#13035 closed defect (fixed)
create minimal dojo dependencies for dijit modules
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Most dijit JS files use "dojo" in their define() statement. This should be changed to dojo/_base/kernel and then additional dojo/_base modules added.
Change History (7)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
comment:6 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [25106]) Fixes #13035. Within dijit, replaced define(dojo? with "dojo/_base/kernel" et al. !strict