Update class creation on Format.XML. Thanks, fredj. (Closes #823)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4255 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -15,9 +15,7 @@
|
||||
* Inherits from:
|
||||
* - <OpenLayers.Format>
|
||||
*/
|
||||
OpenLayers.Format.XML = OpenLayers.Class.create();
|
||||
OpenLayers.Format.XML.prototype =
|
||||
OpenLayers.Class.inherit(OpenLayers.Format, {
|
||||
OpenLayers.Format.XML = OpenLayers.Class(OpenLayers.Format, {
|
||||
|
||||
/**
|
||||
* Property: xmldom
|
||||
|
||||
Reference in New Issue
Block a user