Opened 13 years ago
Closed 13 years ago
#4981 closed defect (fixed)
Fix require in dojox.collections.*
Reported by: | Tom Trenka | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
There are a bunch of legacy require statements that was not caught through the unit tests (unit tests never failed but the file returned a 404, failing silently). These need to be changed to dojo.require("dojox.collections._base").
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
needs to be checked into 1.0 branch or change milestone
comment:3 Changed 13 years ago by
Milestone: | 1.0.1 → 1.0 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
oops. looks like this made 1.0.
Note: See
TracTickets for help on using
tickets.
(In [11301]) Fixes #4981 by changing the require statements for dojox.collections._base.