Skip to content

Commit

Permalink
Fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jul 8, 2020
1 parent cfb2f29 commit 92a4c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/leaflet.map.js
Expand Up @@ -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",
Expand Down

0 comments on commit 92a4c1f

Please sign in to comment.