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:
@@ -12,6 +12,7 @@
|
|||||||
var isMSIE = (navigator.userAgent.indexOf("MSIE") > -1);
|
var isMSIE = (navigator.userAgent.indexOf("MSIE") > -1);
|
||||||
if (isMSIE) {
|
if (isMSIE) {
|
||||||
gml = "." + gml;
|
gml = "." + gml;
|
||||||
|
gml2 = "." + gml2;
|
||||||
}
|
}
|
||||||
|
|
||||||
function test_01_Layer_GML_constructor(t) {
|
function test_01_Layer_GML_constructor(t) {
|
||||||
|
|||||||
Reference in New Issue
Block a user