]> git.openstreetmap.org Git - rails.git/commitdiff
Remove spurious comma that was breaking Safari.
authorTom Hughes <tom@compton.nu>
Fri, 18 Apr 2008 17:33:09 +0000 (17:33 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 18 Apr 2008 17:33:09 +0000 (17:33 +0000)
app/views/export/_start.rhtml

index 7359c39beedf5c227d31b84c188d1cc7e07c57ff..3e6beaf55488f54647688a2830a71b8d46301d69 100644 (file)
@@ -65,7 +65,7 @@
 
   function startExport() {
     vectors = new OpenLayers.Layer.Vector("Vector Layer", {
-      displayInLayerSwitcher: false,
+      displayInLayerSwitcher: false
     });
     map.addLayer(vectors);