Opened 15 years ago
Closed 13 years ago
#86 closed enhancement (wontfix)
Add import options to require
Reported by: | david | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Core | Version: | 0.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Allow users to do something like:
var t = {}; dojo.require("dojo.xml.htmlUtil", t);
Which would give you:
t.setClass(...); t.getClass(...); // etc
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | → 0.8 |
---|
comment:2 Changed 14 years ago by
Milestone: | 0.8 → 0.6 |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.0 |
---|
comment:4 Changed 13 years ago by
Milestone: | → 1.0 |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Closing this as a wontfix. Not sure the use case for this. With ticket #4573, it will be possible to change the entire namespace from "dojo" to "t". Perhaps that gives most of what this ticket was hoping to get. Also, with dojo 1.0, hopefully most module hierarchies have been flattened, reducing the need for a shorter alias.
Note: See
TracTickets for help on using
tickets.
Milestone 0.8 deleted