From: Tom Hughes Date: Wed, 8 Jul 2020 18:25:03 +0000 (+0100) Subject: Fix eslint warning X-Git-Tag: live~2050 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/92a4c1feffb6e96fde5129b106f8ae17b4bd8baa Fix eslint warning --- diff --git a/app/assets/javascripts/leaflet.map.js b/app/assets/javascripts/leaflet.map.js index 497062e44..3e37ccb42 100644 --- a/app/assets/javascripts/leaflet.map.js +++ b/app/assets/javascripts/leaflet.map.js @@ -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",