Side navigation
#4938 closed bug (fixed)
Opened July 22, 2009 03:39PM UTC
Closed December 17, 2009 04:05AM UTC
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.
Attachments (0)
Change History (3)
Changed July 23, 2009 01:01AM UTC by comment:1
component: | unfilled → core |
---|
Changed July 24, 2009 07:45PM UTC by comment:2
Close this, it's a duplicate (web server/mysql kept crashing when I was trying to submit the report).
Changed December 17, 2009 04:05AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Looks like this was fixed at some point, there aren't any instances of slice left with no args.