#11375 closed bug (wontfix)
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
toString = Object.prototype.toString
appears in core and then at the beginning of Sizzle.
slice = Array.prototype.slice
appears in core and then again at around line 5309.
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Actually these two items WERE fixed for 1.8.0:
toString assignment was removed from Sizzle: http://bit.ly/N0cnZP
slice assignment was removed from traversing.js: http://bit.ly/RgJE4w
So, thanks.
Note: See
TracTickets for help on using
tickets.
jQuery source is built in modules wrapped in IIFEs... It's collateral damage