Skip to content

Commit

Permalink
Merge pull request #1594 from hamidb80/patch-1
Browse files Browse the repository at this point in the history
convert `var` to `const`
  • Loading branch information
lavrton authored Jul 3, 2023
2 parents a8959e1 + 09fd0de commit c1ba974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @license
*/
var PI_OVER_180 = Math.PI / 180;
const PI_OVER_180 = Math.PI / 180;
/**
* @namespace Konva
*/
Expand Down

0 comments on commit c1ba974

Please sign in to comment.