OpenLayers OpenLayers

Changeset 2927

Show
Ignore:
Timestamp:
03/29/07 14:02:43 (2 years ago)
Author:
crschmidt
Message:

Last patch from #581 , use stopObservingElement, not stopObserving.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Icon.js

    r2926 r2927  
    5353     
    5454    destroy: function() { 
     55        OpenLayers.Event.stopObservingElement(this.imageDiv.firstChild);  
    5556        this.imageDiv.innerHTML = ""; 
    5657        this.imageDiv = null;