projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79df860
)
Fix typo.
author
Tom Hughes
<tom@compton.nu>
Sun, 11 Apr 2010 23:37:09 +0000
(23:37 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 19 Apr 2010 13:28:02 +0000
(14:28 +0100)
public/javascripts/map.js
patch
|
blob
|
history
diff --git
a/public/javascripts/map.js
b/public/javascripts/map.js
index 732dbb82350bc102462c168ce069d35085fd34ff..fd45d930462d3601e322c7121f927505b2938c15 100644
(file)
--- a/
public/javascripts/map.js
+++ b/
public/javascripts/map.js
@@
-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
});