Remove trailing comma to make IE happy.

This commit is contained in:
Tom Hughes 2009-04-18 16:45:45 +00:00
parent 4eafa04ff8
commit d97cfc35d6

View file

@ -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);