JSDOC - designate private functions as such

git-svn-id: http://svn.openlayers.org/trunk/openlayers@342 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-25 00:44:01 +00:00
parent 43e218c969
commit cfe9479a89

View File

@@ -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