Opened 10 years ago
Closed 9 years ago
#12217 closed defect (fixed)
query.js defines a _wrap function on the Array native
Reported by: | Colin Snover | Owned by: | Colin Snover |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | Query | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For some reason, query.js:1574 (1.6.0b1) defines Array._wrap, which is just an identity function. This probably should not be happening.
Change History (5)
comment:1 Changed 10 years ago by
Owner: | changed from alex to dylan |
---|
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|---|
Owner: | changed from dylan to kriszyp |
comment:3 Changed 10 years ago by
Owner: | changed from kriszyp to Kris Zyp |
---|
comment:4 Changed 9 years ago by
Owner: | changed from Kris Zyp to Colin Snover |
---|---|
Priority: | high → low |
Status: | new → pending |
is this still the case?
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
No, this code appears to have been overhauled in 1.7 and no longer meddles with Array.
Note: See
TracTickets for help on using
tickets.
please review/triage