Changeset 2926
- Timestamp:
- 03/29/07 13:21:27 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Icon.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Icon.js
r2925 r2926 53 53 54 54 destroy: function() { 55 OpenLayers.Event.stopObserving(this.imageDiv.firstChild);56 55 this.imageDiv.innerHTML = ""; 57 56 this.imageDiv = null;
