#13702 closed defect (fixed)
dojo.dnd.Target and dojo.dnd.AutoSource are inaccessible via AMD
Reported by: | Colin Snover | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DnD | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
They are all defined inside dojo/dnd/Source.js
. Since the definitions can‘t be moved without causing a backwards compatibility circular dependency disaster, this patch just creates some shim files until the definitions can be moved in 2.0.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | dojo.dnd.amd-target.patch added |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
Add shims for dojo.dnd.Target and dojo.dnd.AutoSource?