Changeset 13725
- Timestamp:
- 05/13/08 07:38:30 (2 months ago)
- Files:
-
- 1 modified
-
dojox/trunk/grid/VirtualGrid.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/grid/VirtualGrid.js
r13646 r13725 179 179 this.edit.destroy(); 180 180 this.views.destroyViews(); 181 this.inherited(arguments);181 dijit._Widget.prototype.destroy.apply(this, arguments); 182 182 }, 183 183