Changeset 6820
- Timestamp:
- 04/07/08 22:04:28 (9 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Feature.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Feature.js
r5614 r6820 162 162 * If no 'lonlat' is set, returns null. 163 163 * If no this.marker has been created, no anchor is sent. 164 * 165 * Note - the returned popup object is 'owned' by the feature, so you 166 * cannot use the popup's destroy method to discard the popup. 167 * Instead, you must use the feature's destroyPopup 164 168 * 165 169 * Note - this.popup is set to return value
