Side navigation
#11375 closed bug (wontfix)
Opened February 23, 2012 03:05AM UTC
Closed February 23, 2012 03:37AM UTC
Last modified August 15, 2012 04:34PM UTC
references to two methods are set twice
Reported by: | mattbrundage | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
1.
toString = Object.prototype.toStringappears in core and then at the beginning of Sizzle.
2.
slice = Array.prototype.sliceappears in core and then again at around line 5309.
Attachments (0)
Change History (2)
Changed February 23, 2012 03:37AM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Changed August 15, 2012 04:34PM UTC by comment:2
Actually these two items WERE fixed for 1.8.0:
toString assignment was removed from Sizzle:
slice assignment was removed from traversing.js:
So, thanks.
jQuery source is built in modules wrapped in IIFEs... It's collateral damage