mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 14:29:07 +08:00
convert var
to const
since `PI_OVER_180` cannot change ...
This commit is contained in:
parent
a8959e1b40
commit
09fd0de63d
@ -9,7 +9,7 @@
|
|||||||
*
|
*
|
||||||
* @license
|
* @license
|
||||||
*/
|
*/
|
||||||
var PI_OVER_180 = Math.PI / 180;
|
const PI_OVER_180 = Math.PI / 180;
|
||||||
/**
|
/**
|
||||||
* @namespace Konva
|
* @namespace Konva
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user