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:
@@ -2,7 +2,7 @@
|
||||
* @module ol/render/replay
|
||||
*/
|
||||
import ReplayType from '../render/ReplayType.js';
|
||||
var _ol_render_replay_ = {};
|
||||
const _ol_render_replay_ = {};
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user