Changeset 1927

Show
Ignore:
Timestamp:
03/07/10 12:01:14 (5 months ago)
Author:
bartvde
Message:

GeoExt.data.ScaleStore does not unbind on destroy, r=elemoine (closes #232)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • core/trunk/geoext/lib/GeoExt/data/ScaleStore.js

    r1381 r1927  
    120120 
    121121        this.loadData(zooms); 
     122    }, 
     123 
     124    /** private: method[destroy] 
     125     */ 
     126    destroy: function() { 
     127        this.unbind(); 
     128        GeoExt.data.ScaleStore.superclass.destroy.apply(this, arguments); 
    122129    } 
    123130});