Skip to main content

Bug Tracker

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.toString
appears in core and then at the beginning of Sizzle.

2.

slice = Array.prototype.slice
appears in core and then again at around line 5309.

Attachments (0)
Change History (2)

Changed February 23, 2012 03:37AM UTC by rwaldron comment:1

resolution: → wontfix
status: newclosed

jQuery source is built in modules wrapped in IIFEs... It's collateral damage

Changed August 15, 2012 04:34PM UTC by mattbrundage comment:2

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.