Changeset 504
- Timestamp:
- 06/02/06 14:12:34 (3 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Feature.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Feature.js
r502 r504 52 52 if (this.marker != null) { 53 53 this.marker.destroy(); 54 this.marker = null ,54 this.marker = null; 55 55 } 56 56 if (this.popup != null) {
