You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unneeded require of !NodeList. It's not being used directly, a…
…nd you don't need to require it just to be able to call forEach() or map() on the return value of dojo.query(). Refs #13035 !strict.
On second thought, make Form.startup() start children. It's consisten…
…t for widgets supporting resize() to also support startup(), and also useful for apps that don't use the parser.
Refs #12097 !strict.