Side navigation
#4942 closed bug (fixed)
Opened July 22, 2009 05:30PM UTC
Closed July 23, 2009 01:25PM UTC
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 (0)
Change History (3)
Changed July 23, 2009 01:16AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed July 23, 2009 01:25PM UTC by comment:2
resolution: | duplicate |
---|---|
status: | closed → reopened |
Changed July 23, 2009 01:25PM UTC by comment:3
component: | unfilled → core |
---|---|
milestone: | 1.3.2 → 1.3.3 |
resolution: | → fixed |
status: | reopened → closed |
Fixed in SVN rev [6484].
Dup of #4947