Ticket #9032 (new defect)
Consider allowing setting local variables via Loader trickery
| Reported by: | jburke | Owned by: | jburke |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | Core | Version: | 1.3.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
We can leverage the function scope used by the loader to allow creating local variables that may make it easier to use Dojo.
A patch is attached to the ticket, but it is incomplete:
1) Needs a build system patch to allow injecting the locals for layers that need the locals.
2) Also need a build system patch for generating proper xdomain modules.
3) The module prefix registry probably needs to add a dot on the end of the name if none exists, so that registering "dojo" does not also match "dojox".
Attachments
Change History
Note: See
TracTickets for help on using
tickets.