]> git.openstreetmap.org Git - rails.git/commitdiff
Fix typo.
authorTom Hughes <tom@compton.nu>
Sun, 11 Apr 2010 23:37:09 +0000 (23:37 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 19 Apr 2010 13:28:02 +0000 (14:28 +0100)
public/javascripts/map.js

index 732dbb82350bc102462c168ce069d35085fd34ff..fd45d930462d3601e322c7121f927505b2938c15 100644 (file)
@@ -32,7 +32,7 @@ function createMap(divName, options) {
    });
 
    var mapnik = new OpenLayers.Layer.OSM.Mapnik(i18n("javascripts.map.base.mapnik"), {
-      keyid; "mapnik",
+      keyid: "mapnik",
       displayOutsideMaxExtent: true,
       wrapDateLine: true
    });