Changeset 2927
- Timestamp:
- 03/29/07 14:02:43 (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
r2926 r2927 53 53 54 54 destroy: function() { 55 OpenLayers.Event.stopObservingElement(this.imageDiv.firstChild); 55 56 this.imageDiv.innerHTML = ""; 56 57 this.imageDiv = null;
