Remove trailing comma to make IE happy.
This commit is contained in:
parent
4eafa04ff8
commit
d97cfc35d6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue