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:
@@ -33,7 +33,7 @@ import Units from '../proj/Units.js';
|
||||
* @struct
|
||||
* @api
|
||||
*/
|
||||
var Projection = function(options) {
|
||||
const Projection = function(options) {
|
||||
/**
|
||||
* @private
|
||||
* @type {string}
|
||||
|
||||
Reference in New Issue
Block a user