#2658 closed defect (fixed)
destroy widget code in dijit/base/Widget.js is broken
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
destroyDescendants() needs to use widgets and not id's. dijit.util.manager.removeById() should be dijit.util.manager.remove()
Note: See
TracTickets for help on using
tickets.
(In [7820]) Fixes #2658.