diff --git a/lib/OpenLayers/Popup/AnchoredBubble.js b/lib/OpenLayers/Popup/AnchoredBubble.js index d3d6c60105..cda53a3f1e 100644 --- a/lib/OpenLayers/Popup/AnchoredBubble.js +++ b/lib/OpenLayers/Popup/AnchoredBubble.js @@ -27,11 +27,10 @@ OpenLayers.Popup.AnchoredBubble = OpenLayers.Class(OpenLayers.Popup.Anchored, { * lonlat - {} * size - {} * contentHTML - {String} - * anchor {Object} Object to which we'll anchor the popup. - * Must expose a 'size' () and - * 'offset' () - * (Note that this is generally an ) - * closeBox {Boolean} + * anchor - {Object} Object to which we'll anchor the popup. Must expose + * a 'size' () and 'offset' () + * (Note that this is generally an ) + * closeBox - {Boolean} */ initialize:function(id, lonlat, size, contentHTML, anchor, closeBox) { OpenLayers.Popup.Anchored.prototype.initialize.apply(this, arguments);