From 55e345a02b1977e7c2f80bc819dd9b9597553fbc Mon Sep 17 00:00:00 2001 From: bartvde Date: Tue, 22 Mar 2011 08:15:48 +0000 Subject: [PATCH] fix up Projection test in IE8, non-functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@11718 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Projection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Projection.html b/tests/Projection.html index d8d0a3bf9f..6ef317dde2 100644 --- a/tests/Projection.html +++ b/tests/Projection.html @@ -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; } }