]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/export/_start.rhtml
Remove spurious comma that was breaking Safari.
[rails.git] / app / views / export / _start.rhtml
index 7359c39beedf5c227d31b84c188d1cc7e07c57ff..3e6beaf55488f54647688a2830a71b8d46301d69 100644 (file)
@@ -65,7 +65,7 @@
 
   function startExport() {
     vectors = new OpenLayers.Layer.Vector("Vector Layer", {
 
   function startExport() {
     vectors = new OpenLayers.Layer.Vector("Vector Layer", {
-      displayInLayerSwitcher: false,
+      displayInLayerSwitcher: false
     });
     map.addLayer(vectors);
 
     });
     map.addLayer(vectors);