Ticket #1391: Util.js.patch
| File Util.js.patch, 404 bytes (added by jpulles, 11 months ago) |
|---|
-
Util.js
old new 28 28 return elements; 29 29 }; 30 30 31 /**32 * Maintain $() from prototype33 */34 if ($ == null) {35 var $ = OpenLayers.Util.getElement;36 }37 38 31 /** 39 32 * APIFunction: extend 40 33 * Copy all properties of a source object to a destination object. Modifies
