From: Tom Hughes Date: Sat, 18 Apr 2009 16:45:45 +0000 (+0000) Subject: Remove trailing comma to make IE happy. X-Git-Tag: live~7573^2~6 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d97cfc35d61c4892494bc1cefa22d12901b9ea9a?ds=sidebyside Remove trailing comma to make IE happy. --- diff --git a/public/javascripts/map.js b/public/javascripts/map.js index 3cfa2f9a1..92967adcd 100644 --- a/public/javascripts/map.js +++ b/public/javascripts/map.js @@ -123,7 +123,7 @@ function addBoxToMap(boxbounds) { var box = new OpenLayers.Feature.Vector(geometry, {}, { strokeWidth: 2, strokeColor: '#ee9900', - fillOpacity: 0, + fillOpacity: 0 }); vectors.addFeatures(box);