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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user