Changeset 2537
- Timestamp:
- 03/08/07 13:44:07 (2 years ago)
- Files:
-
- sandbox/vector-2.4/lib/OpenLayers/Handler/Point.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector-2.4/lib/OpenLayers/Handler/Point.js
r2536 r2537 80 80 this.map.removeLayer(this.layer, false); 81 81 this.layer.destroy(); 82 this.geometry.destroy(); 82 if(this.geometry) { 83 this.geometry.destroy(); 84 } 83 85 OpenLayers.Handler.prototype.deactivate.apply(this, arguments); 84 86 },
