]> git.openstreetmap.org Git - rails.git/commitdiff
Fix eslint warning
authorTom Hughes <tom@compton.nu>
Wed, 8 Jul 2020 18:25:03 +0000 (19:25 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 8 Jul 2020 18:25:03 +0000 (19:25 +0100)
app/assets/javascripts/leaflet.map.js

index 497062e440167ae3f9478e26cdf6f39952c5c2e9..3e37ccb4269e2bc9210b361d8e7a36bde58e5078 100644 (file)
@@ -49,7 +49,7 @@ L.OSM.Map = L.Map.extend({
       }));
     }
 
-    this.baseLayers.push(new L.OSM.OPNVKarte ({
+    this.baseLayers.push(new L.OSM.OPNVKarte({
       attribution: copyright + ". " + memomaps + ". " + terms,
       code: "O",
       keyid: "opnvkarte",