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
commit c1ba9740b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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