Remove unnecessary initialize functions (only calls the parent).

This commit is contained in:
fredj
2011-12-09 10:52:27 +01:00
parent 8062f70e1b
commit f627071274
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -25,9 +25,6 @@ OpenLayers.Layer.Boxes = OpenLayers.Class(OpenLayers.Layer.Markers, {
* name - {String}
* options - {Object} Hashtable of extra options to tag onto the layer
*/
initialize: function (name, options) {
OpenLayers.Layer.Markers.prototype.initialize.apply(this, arguments);
},
/**
* Method: drawMarker