OpenLayers OpenLayers

Ticket #1391: Util.js.patch

File Util.js.patch, 404 bytes (added by jpulles, 11 months ago)

patch for Util.js that removes the $ definition

  • Util.js

    old new  
    2828    return elements; 
    2929}; 
    3030 
    31 /**  
    32  * Maintain $() from prototype 
    33  */ 
    34 if ($ == null) { 
    35     var $ = OpenLayers.Util.getElement; 
    36 } 
    37  
    3831/** 
    3932 * APIFunction: extend 
    4033 * Copy all properties of a source object to a destination object.  Modifies