Bug Tracker

Opened 14 years ago

Closed 13 years ago

#4967 closed bug (invalid)

map( [], decodeURIComponent) fails in Galio

Reported by: jnorell Owned by: joern
Priority: minor Milestone: 1.4
Component: qunit Version: 1.3.2
Keywords: testrunner.js map decodeURIComponent Galio Cc:
Blocked by: Blocking:

Description

decodeURIComponent only takes a single argument, but when map() calls it from the test suite (testrunner.js), it gets called with two. This is ignored in iceape, but errors in Ant Galio.

Attachments (1)

jquery123.decodeURIComponent.patch (767 bytes) - added by jnorell 14 years ago.
fix for map( [], decodeURIComponent) error in testrunner.js

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by jnorell

fix for map( [], decodeURIComponent) error in testrunner.js

comment:1 Changed 14 years ago by dmethvin

Component: unfilledqunit
Owner: set to joern

comment:2 Changed 13 years ago by john

Resolution: invalid
Status: newclosed

We're moving QUnit-related bugs off to the new QUnit issue tracker: http://github.com/jquery/qunit/issues

Please re-post the issue there.

Note: See TracTickets for help on using tickets.