OpenLayers OpenLayers

Changeset 523

Show
Ignore:
Timestamp:
06/05/06 14:14:30 (3 years ago)
Author:
euzuro
Message:

give Icon a destroy(). this fixes issue introduced in r520

Files:

Legend:

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

    r454 r523  
    4040 
    4141        this.imageDiv = OpenLayers.Util.createAlphaImageDiv(); 
     42    }, 
     43     
     44    destroy: function() { 
     45        this.imageDiv = null; 
    4246    }, 
    4347