#11081 closed defect (fixed)
Deferred missing require
Reported by: | Rawld Gill | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Core | Version: | 1.5.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The code in dojo/_base/Deferred.js
references dojo.extend
and dojo.hitch
, which are in dojo._base.lang
. Add
dojo.require("dojo._base.lang");
to top of file to fix.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | tbd → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
(In [22291]) Fixes global leak of fired/results, refs #10841, and adds missing require statement, fixes #11081 !strict