Use const as of 5cb983c for happy linting

This commit is contained in:
Pete Schmitt
2018-01-12 14:24:08 -07:00
parent acacad0515
commit 500a27bd8b

View File

@@ -300,7 +300,7 @@ describe('ol.control.ScaleLine', function() {
});
it('Metric display works with Geographic (EPSG:4326) projection', function() {
var ctrl = new ScaleLine();
const ctrl = new ScaleLine();
ctrl.setMap(map);
map.setView(new View({
center: [0, 0],