Fix the 'relativePosition' values enumeration. Docs only. (Closes #1510)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6911 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-04-15 06:49:12 +00:00
parent 5e634d27e1
commit 7598e0de43

View File

@@ -18,7 +18,7 @@ OpenLayers.Popup.Anchored =
/**
* Parameter: relativePosition
* {String} Relative position of the popup ("lr", "ll", "tr", or "tl").
* {String} Relative position of the popup ("br", "tr", "tl" or "bl").
*/
relativePosition: null,
@@ -126,7 +126,7 @@ OpenLayers.Popup.Anchored =
* px - {<OpenLayers.Pixel>}
*
* Returns:
* {String} The relative position ("br" "tr" "tl "bl") at which the popup
* {String} The relative position ("br" "tr" "tl" "bl") at which the popup
* should be placed.
*/
calculateRelativePosition:function(px) {