remove trailing commas in HTML to make IE happy (thanks to TomH)

This commit is contained in:
Sarah Hoffmann
2012-02-04 07:53:02 +00:00
parent 5c43821ebe
commit d3c883f1b5
2 changed files with 3 additions and 3 deletions

View File

@@ -290,7 +290,7 @@ form{
projection: new OpenLayers.Projection("EPSG:900913"),
displayProjection: new OpenLayers.Projection("EPSG:4326"),
eventListeners: {
"moveend": mapEventMove,
"moveend": mapEventMove
}
} );
map.addLayer(new OpenLayers.Layer.OSM.<?php echo CONST_Tile_Default;?>("Default"));