Changeset 1927
- Timestamp:
- 03/07/10 12:01:14 (5 months ago)
- Files:
-
- core/trunk/geoext/lib/GeoExt/data/ScaleStore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
core/trunk/geoext/lib/GeoExt/data/ScaleStore.js
r1381 r1927 120 120 121 121 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); 122 129 } 123 130 });