#1848 closed defect (fixed)
ProgressBar requires non-existant dojo.dom.*
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
src/widget/ProgressBar.js contains the line:
dojo.require("dojo.dom.*");
which should actually be:
dojo.require("dojo.dom");
(since dojo.dom.* is not provided by anyone)
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | → 0.4.1 |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [6446]) Fixes #1848