#8598 closed defect (fixed)
dojo.query: expose listCtor as a private variable that can be modified on a per call basis
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Query | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojo.query allows for setting the listCtor on a global basis at initializiation time, but it would be ideal to have a way to modify the value on a per-call basis.
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
[17083] also applies for this ticket: " restore capability in query.js to dynamically change the node list constructor for each query call."
comment:3 Changed 13 years ago by
Component: | Core → Query |
---|
Note: See
TracTickets for help on using
tickets.
(In [16597]) Fixes #8598: change var listCtor to dojo._queryListCtor. Also had to move getNodeIndex above first use to avoid shrinksafe bug with mangled names. \!strict