fix up Projection test in IE8, non-functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11718 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2011-03-22 08:15:48 +00:00
parent 04ee616947
commit 55e345a02b

View File

@@ -58,7 +58,7 @@
t.eq(proj2.equals(proj5), false, "Projection.equals() returns false for unknown projections with proj4js");
if (!hasProj) {
delete window.Proj4js
window.Proj4js = undefined;
}
}