#14204 closed task (fixed)
convert dojo/query/acme to be baseless
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | Query | Version: | 1.7.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It has minimal dependencies but is still needlessly referencing the dojo "global".
Change History (4)
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 9 years ago by
For the record, without the dojo.byId() / dom.byId() call, the NodeList-traverse.html regression test fails. The dispatcher function dojo.query(query, "id") works with a string ID but query() in acme.js is a slightly different method. Probably the dispatcher method does the id --> node conversion.
Note: See
TracTickets for help on using
tickets.
In [26962]: