Fix typo.

This commit is contained in:
Tom Hughes 2010-04-11 23:37:09 +00:00
parent 79df86023c
commit fdbdc9f471

View 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
});