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