Opened 14 years ago
Closed 13 years ago
#4938 closed bug (fixed)
Array.prototype.slice() required argument
Reported by: | jnorell | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.2 |
Component: | core | Version: | 1.3.2 |
Keywords: | 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.
Change History (3)
comment:1 Changed 14 years ago by
Component: | unfilled → core |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks like this was fixed at some point, there aren't any instances of slice left with no args.
Note: See
TracTickets for help on using
tickets.
Close this, it's a duplicate (web server/mysql kept crashing when I was trying to submit the report).