Opened 14 years ago
Closed 14 years ago
#3241 closed enhancement (fixed)
Why setting the length to 0 on jQuery's prototype ?
Reported by: | flesler | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I think this is rather useless: Line 93 & 94.
// The number of elements contained in the matched element set length: 0,
I recall this causing me problems when iterating the prototype. Can't reproduce that though. Still, seems like useless code. All the tests pass without that.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | length[5819].diff added |
---|
comment:1 Changed 14 years ago by
need: | Patch → Commit |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Applied at [5820].