Changeset 7276
- Timestamp:
- 05/27/08 03:53:48 (6 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/Vector.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/Vector.js
r6947 r7276 192 192 */ 193 193 destroy: function() { 194 OpenLayers.Layer.prototype.destroy.apply(this, arguments);195 196 194 this.destroyFeatures(); 197 195 this.features = null; … … 203 201 this.geometryType = null; 204 202 this.drawn = null; 203 OpenLayers.Layer.prototype.destroy.apply(this, arguments); 205 204 }, 206 205
