Opened 14 years ago
Closed 14 years ago
#4947 closed bug (duplicate)
Array.prototype.slice() required argument
Reported by: | jnorell | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Arra.prototype.slice slice | Cc: | |
Blocked by: | Blocking: |
Description
In ECMA-262 15.4.4.10, slice is required to have a "start" argument, but jquery sometimes calls it with no arguments. It seems to work fine in iceape, but errors in Ant Galio browser.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | jquery132.slice.patch added |
---|
comment:1 Changed 14 years ago by
Component: | unfilled → core |
---|---|
Milestone: | 1.3.2 → 1.3.3 |
Resolution: | → fixed |
Status: | new → closed |
Fixed in SVN rev [6484]. (I missed your patch - but it ended up missing a couple cases, and I've fixed those.)
comment:2 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Duplicate of #4942.
Note: See
TracTickets for help on using
tickets.
patch for 1.3.2 that adds missing "start" parameter to Array.prototype.slice() calls