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:
@@ -6,7 +6,7 @@
|
||||
* @constructor
|
||||
* @abstract
|
||||
*/
|
||||
var _ol_render_ReplayGroup_ = function() {};
|
||||
const _ol_render_ReplayGroup_ = function() {};
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user