mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
Merge pull request #1594 from hamidb80/patch-1
convert `var` to `const`
This commit is contained in:
commit
c1ba9740b3
@ -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