From: Tom Hughes Date: Fri, 18 Apr 2008 17:33:09 +0000 (+0000) Subject: Remove spurious comma that was breaking Safari. X-Git-Tag: live~7842^2~7 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2f925b919718961b682e84dcca4fd53fed13b2c1?hp=836f46f9f7cbe3bcddd7a0194985bbf800ea16dd Remove spurious comma that was breaking Safari. --- diff --git a/app/views/export/_start.rhtml b/app/views/export/_start.rhtml index 7359c39be..3e6beaf55 100644 --- a/app/views/export/_start.rhtml +++ b/app/views/export/_start.rhtml @@ -65,7 +65,7 @@ function startExport() { vectors = new OpenLayers.Layer.Vector("Vector Layer", { - displayInLayerSwitcher: false, + displayInLayerSwitcher: false }); map.addLayer(vectors);