Opened 15 years ago
Closed 15 years ago
#3312 closed defect (fixed)
Showable included strangely
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Layout inherits from Showable so other widgets shouldn't be inheriting from it directly, or doing the dojo.require() directly.
Also unclear if we need that class at all.
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Removed the showable class altogether a few days ago.
Note: See
TracTickets for help on using
tickets.
(In [8957]) Missing dojo.require(). Refs #3312.