diff --git a/lib/OpenLayers/Popup/Anchored.js b/lib/OpenLayers/Popup/Anchored.js index 71d8ec5289..822f8d2d93 100644 --- a/lib/OpenLayers/Popup/Anchored.js +++ b/lib/OpenLayers/Popup/Anchored.js @@ -47,12 +47,14 @@ OpenLayers.Popup.Anchored.prototype = }, /** - * @param {OpenLayers.Pixel} px - * - * @returns The relative position ("br" "tr" "tl "bl") at which the popup - * should be placed - * @type String - */ + * @private + * + * @param {OpenLayers.Pixel} px + * + * @returns The relative position ("br" "tr" "tl "bl") at which the popup + * should be placed + * @type String + */ calculateRelativePosition:function(px) { var lonlat = this.map.getLonLatFromLayerPx(px); @@ -74,6 +76,8 @@ OpenLayers.Popup.Anchored.prototype = }, /** + * @private + * * @param {OpenLayers.Pixel} px * * @returns The the new px position of the popup on the screen @@ -94,6 +98,8 @@ OpenLayers.Popup.Anchored.prototype = }, /** + * @private + * * @param {String} quadrant * * @returns The opposing quadrant ("br" "tr" "tl" "bl"). For Example, if