Changeset 4058
- Timestamp:
- 08/27/07 13:28:12 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Marker.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Marker.js
r3984 r4058 80 80 }, 81 81 82 /** 83 * APIMethod: destroy 84 * Destroy the marker. You must first remove the marker from any 85 * layer which it has been added to, or you will get buggy behavior. 86 * (This can not be done within the marker since the marker does not 87 * know which layer it is attached to.) 88 */ 82 89 destroy: function() { 83 90 this.map = null;
