Ticket #823: Format.XML.class.patch
| File Format.XML.class.patch, 503 bytes (added by fredj, 1 year ago) |
|---|
-
OpenLayers/Format/XML.js
old new 15 15 * Inherits from: 16 16 * - <OpenLayers.Format> 17 17 */ 18 OpenLayers.Format.XML = OpenLayers.Class.create(); 19 OpenLayers.Format.XML.prototype = 20 OpenLayers.Class.inherit(OpenLayers.Format, { 18 OpenLayers.Format.XML = OpenLayers.Class(OpenLayers.Format, { 21 19 22 20 /** 23 21 * Property: xmldom
