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