Remove call to applyDefaults

This commit is contained in:
Christopher Eykamp
2013-01-02 15:46:35 +01:00
parent 76aa10c52c
commit a215f362cc

View File

@@ -55,7 +55,7 @@ OpenLayers.Format.WCSCapabilities.v1_0_0 = OpenLayers.Class(
* from the parent.
*/
readers: {
"wcs": OpenLayers.Util.applyDefaults({
"wcs": {
"WCS_Capabilities": function(node, obj) {
this.readChildNodes(node, obj);
},
@@ -161,7 +161,7 @@ OpenLayers.Format.WCSCapabilities.v1_0_0 = OpenLayers.Class(
coverageOfferingBrief.lonLatEnvelope.max = max.points[0];
}
},
}, OpenLayers.Format.WCSCapabilities.v1.prototype.readers["wcs"])
},
},
CLASS_NAME: "OpenLayers.Format.WCSCapabilities.v1_0_0"