#13494 closed task (fixed)
change dijit to use module return values
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Convert dijit to baseless, accessing module return values rather than dojo and dijit globals.
Change History (30)
comment:1 Changed 9 years ago by
comment:3 Changed 9 years ago by
comment:4 Changed 9 years ago by
comment:5 Changed 9 years ago by
comment:6 Changed 9 years ago by
comment:7 Changed 9 years ago by
(In [25914]) Convert widget base classes/mixins to use module return values rather than dojo and dijit globals. Gets rid of references to dojo global, and some references to dijit global. Refs #13494 !strict.
(In [25961]) Convert remaining dijit top level files, excluding Tree and Editor, to use module return values rather than dojo and dijit globals. Gets rid of references to dojo global, and some references to dijit global. Refs #13490 !strict.
comment:8 Changed 9 years ago by
comment:9 Changed 9 years ago by
comment:10 Changed 9 years ago by
comment:12 Changed 9 years ago by
comment:13 Changed 9 years ago by
comment:15 Changed 9 years ago by
comment:16 Changed 9 years ago by
comment:18 Changed 9 years ago by
Note: See
TracTickets for help on using
tickets.
(In [25874]) Convert dijit/_base to use module return values rather than dojo and dijit globals. Gets rid of references to dojo global, and some references to dijit global. Refs #13490 !strict.