Changeset 6911
- Timestamp:
- 04/15/08 02:49:12 (9 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Popup/Anchored.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Popup/Anchored.js
r6718 r6911 19 19 /** 20 20 * Parameter: relativePosition 21 * {String} Relative position of the popup (" lr", "ll", "tr", or "tl").21 * {String} Relative position of the popup ("br", "tr", "tl" or "bl"). 22 22 */ 23 23 relativePosition: null, … … 127 127 * 128 128 * Returns: 129 * {String} The relative position ("br" "tr" "tl "bl") at which the popup129 * {String} The relative position ("br" "tr" "tl" "bl") at which the popup 130 130 * should be placed. 131 131 */
