Remove unneeded initialize functions
This commit is contained in:
@@ -25,11 +25,6 @@ OpenLayers.Format.WFSCapabilities.v1_0_0 = OpenLayers.Class(
|
||||
* options - {Object} An optional object whose properties will be set on
|
||||
* this instance.
|
||||
*/
|
||||
initialize: function(options) {
|
||||
OpenLayers.Format.WFSCapabilities.v1.prototype.initialize.apply(
|
||||
this, [options]
|
||||
);
|
||||
},
|
||||
|
||||
/**
|
||||
* Method: read_cap_Service
|
||||
|
||||
Reference in New Issue
Block a user