Remove spurious comma that was breaking Safari.

This commit is contained in:
Tom Hughes 2008-04-18 17:33:09 +00:00
parent 836f46f9f7
commit 2f925b9197

View file

@ -65,7 +65,7 @@
function startExport() {
vectors = new OpenLayers.Layer.Vector("Vector Layer", {
displayInLayerSwitcher: false,
displayInLayerSwitcher: false
});
map.addLayer(vectors);