Merge pull request #1594 from hamidb80/patch-1

convert `var` to `const`
This commit is contained in:
Anton Lavrenov
2023-07-03 09:32:31 -05:00
committed by GitHub

View File

@@ -9,7 +9,7 @@
*
* @license
*/
var PI_OVER_180 = Math.PI / 180;
const PI_OVER_180 = Math.PI / 180;
/**
* @namespace Konva
*/