From 7598e0de432d56543280006989f728b26c69ddf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Tue, 15 Apr 2008 06:49:12 +0000 Subject: [PATCH] Fix the 'relativePosition' values enumeration. Docs only. (Closes #1510) git-svn-id: http://svn.openlayers.org/trunk/openlayers@6911 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup/Anchored.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Popup/Anchored.js b/lib/OpenLayers/Popup/Anchored.js index d046f3a9cd..a452b9dc27 100644 --- a/lib/OpenLayers/Popup/Anchored.js +++ b/lib/OpenLayers/Popup/Anchored.js @@ -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 - {} * * 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) {