[OpenLayers-Commits] r11718 - trunk/openlayers/tests

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Mar 22 04:15:49 EDT 2011


Author: bartvde
Date: 2011-03-22 01:15:48 -0700 (Tue, 22 Mar 2011)
New Revision: 11718

Modified:
   trunk/openlayers/tests/Projection.html
Log:
fix up Projection test in IE8, non-functional change

Modified: trunk/openlayers/tests/Projection.html
===================================================================
--- trunk/openlayers/tests/Projection.html	2011-03-21 08:28:58 UTC (rev 11717)
+++ trunk/openlayers/tests/Projection.html	2011-03-22 08:15:48 UTC (rev 11718)
@@ -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;
          }
          
      }



More information about the Commits mailing list