]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/history.js
Refine zooming and panning for note and data layers
[rails.git] / app / assets / javascripts / index / history.js
index d98179d8ad03bdd0e14509688a8d38d6a75d19f2..8103f047ed5d054e29c0a65fb27c2654150a965b 100644 (file)
@@ -126,7 +126,7 @@ OSM.History = function(map) {
     map.addLayer(group);
 
     if (window.location.pathname === '/history') {
-      map.on("moveend", update)
+      map.on("moveend", update);
     }
 
     update();