Changeset 3578
- Timestamp:
- 07/03/07 19:35:57 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/Markers.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/Markers.js
r3577 r3578 56 56 destroy: function() { 57 57 this.clearMarkers(); 58 markers = null;58 this.markers = null; 59 59 OpenLayers.Layer.prototype.destroy.apply(this, arguments); 60 60 },
