Remove spurious comma that was breaking Safari.
This commit is contained in:
parent
836f46f9f7
commit
2f925b9197
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
|
||||
function startExport() {
|
||||
vectors = new OpenLayers.Layer.Vector("Vector Layer", {
|
||||
displayInLayerSwitcher: false,
|
||||
displayInLayerSwitcher: false
|
||||
});
|
||||
map.addLayer(vectors);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue