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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user