Fix mice.xml loading in IE.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5846 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-01-23 01:03:53 +00:00
parent ea06b08517
commit 077db39d39

View File

@@ -12,6 +12,7 @@
var isMSIE = (navigator.userAgent.indexOf("MSIE") > -1);
if (isMSIE) {
gml = "." + gml;
gml2 = "." + gml2;
}
function test_01_Layer_GML_constructor(t) {