From cfe9479a8986ad946fa2698c191f1038a5517763 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 25 May 2006 00:44:01 +0000 Subject: [PATCH] JSDOC - designate private functions as such git-svn-id: http://svn.openlayers.org/trunk/openlayers@342 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup/Anchored.js | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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