mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 12:58:08 +08:00
convert var to const
since `PI_OVER_180` cannot change ...
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
*
|
||||
* @license
|
||||
*/
|
||||
var PI_OVER_180 = Math.PI / 180;
|
||||
const PI_OVER_180 = Math.PI / 180;
|
||||
/**
|
||||
* @namespace Konva
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user