diff --git a/lib/OpenLayers/Layer/Boxes.js b/lib/OpenLayers/Layer/Boxes.js index 0b681820ff..a50610de35 100644 --- a/lib/OpenLayers/Layer/Boxes.js +++ b/lib/OpenLayers/Layer/Boxes.js @@ -15,8 +15,11 @@ OpenLayers.Layer.Boxes.prototype = /** * @constructor + * + * @param {String} name + * @param {Object} options Hashtable of extra options to tag onto the layer */ - initialize: function () { + initialize: function (name, options) { OpenLayers.Layer.Markers.prototype.initialize.apply(this, arguments); },