#11089 closed defect (fixed)
dijit._DialogMixin is missing a dojo.requires("dijit._Widget")
Reported by: | Tomas Nielsen | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The dijit._DialogMixin is missing a dojo.requires("dijit._Widget") since it is accessing .attributeMap which is set up in dijit._Widget.
I have seen this in version 1.3.2 and 1.4.2.
Change History (3)
comment:1 Changed 11 years ago by
Component: | General → Dijit |
---|---|
Owner: | anonymous deleted |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
(In [22080]) Add require. Fixes #11089