From 077db39d395bf5987ba9e15f59dbab1ea2638f43 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 23 Jan 2008 01:03:53 +0000 Subject: [PATCH] Fix mice.xml loading in IE. git-svn-id: http://svn.openlayers.org/trunk/openlayers@5846 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Layer/test_GML.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Layer/test_GML.html b/tests/Layer/test_GML.html index b8b1f8ffbb..16fb9eb15e 100644 --- a/tests/Layer/test_GML.html +++ b/tests/Layer/test_GML.html @@ -12,6 +12,7 @@ var isMSIE = (navigator.userAgent.indexOf("MSIE") > -1); if (isMSIE) { gml = "." + gml; + gml2 = "." + gml2; } function test_01_Layer_GML_constructor(t) {