[fusion-commits] r2602 - sandbox/ol212/lib/OpenLayers/ext/OpenLayers

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Sep 17 23:08:44 PDT 2012


Author: jng
Date: 2012-09-17 23:08:44 -0700 (Mon, 17 Sep 2012)
New Revision: 2602

Modified:
   sandbox/ol212/lib/OpenLayers/ext/OpenLayers/Util.js
Log:
Apply OpenLayers ticket 3287.

Modified: sandbox/ol212/lib/OpenLayers/ext/OpenLayers/Util.js
===================================================================
--- sandbox/ol212/lib/OpenLayers/ext/OpenLayers/Util.js	2012-09-18 06:06:48 UTC (rev 2601)
+++ sandbox/ol212/lib/OpenLayers/ext/OpenLayers/Util.js	2012-09-18 06:08:44 UTC (rev 2602)
@@ -75,13 +75,6 @@
 };
 
 /** 
- * Maintain existing definition of $.
- */
-if(typeof window.$  === "undefined") {
-    window.$ = OpenLayers.Util.getElement;
-}
-
-/** 
  * Function: removeItem
  * Remove an object from an array. Iterates through the array
  *     to find the item, then removes it.



More information about the fusion-commits mailing list