]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/leaflet.zoom.js
Enable some more eslint rules from iD rules
[rails.git] / app / assets / javascripts / leaflet.zoom.js
index 0ef0f64dec5e13b461c0a5aaebb5f69ad76955e6..794bfaf4b4071eda1efdedf1372209a2410e078d 100644 (file)
@@ -9,8 +9,8 @@ L.OSM.Zoom = L.Control.extend({
 
                this._map = map;
 
-               this._zoomInButton  = this._createButton(
-                       '', I18n.t('javascripts.map.zoom.in'),  zoomName + 'in',  container, this._zoomIn,  this);
+               this._zoomInButton = this._createButton(
+                       '', I18n.t('javascripts.map.zoom.in'), zoomName + 'in', container, this._zoomIn, this);
                this._zoomOutButton = this._createButton(
                        '', I18n.t('javascripts.map.zoom.out'), zoomName + 'out', container, this._zoomOut, this);