Changeset 11735
- Timestamp:
- 12/07/07 08:08:10 (9 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/_Widget.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/_Widget.js
r11731 r11735 237 237 238 238 // TODO: should I destroy in the reverse order, to go bottom up? 239 dojo.forEach(this.getDescendants(), function(widget){ widget.destroy Recursive(); });239 dojo.forEach(this.getDescendants(), function(widget){ widget.destroy(); }); 240 240 }, 241 241