Use blocked scoped variables
In addition to using const and let, this also upgrades our linter config and removes lint (mostly whitespace).
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @module ol/size
|
||||
*/
|
||||
var _ol_size_ = {};
|
||||
const _ol_size_ = {};
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user