Changes between Initial Version and Version 1 of Ticket #15169, comment 2
- Timestamp:
- Apr 13, 2012, 10:58:14 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15169, comment 2
initial v1 1 > !WidgetSet states it will be removed in 2.0. Question is if the methods on !WidgetSet (forEach, filer, byClass,..)will be part of registry API or they will desapear ? 2 3 They will disappear. 4 1 5 The mixin is an implementation detail to affect the dijit.registry global variable. Do not depend on the dijit/registry module having those functions. In other words, never assume that forEach, filer, byClass,.. are part of the object returned from {{{require(["dijit/registry"])}}}. 2 6