remove extra comma, IE was complaining

tests don't seem to pass under IE though

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6383 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
pgiraud
2008-02-27 08:46:44 +00:00
parent 16a83026a1
commit 0fc0112e07

View File

@@ -12,10 +12,10 @@
var url = "http://demo01.dmsolutions.ca/mapguide/mapagent/mapagent.fcgi";
var paramsTiled = {
mapdefinition: 'Library://Samples/Gmap/Maps/gmapTiled.MapDefinition',
basemaplayergroupname: "BaseLayerGroup",
basemaplayergroupname: "BaseLayerGroup"
}
var paramsUntiled = {
mapdefinition: 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition',
mapdefinition: 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition'
};
function test_01_Layer_MapGuide_untiled_constructor (t) {