Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Fix the jQuery.parseXML error reporting test
Changes: * Remove incorrect `QUnit.testUnlessIE` usage as that util is only available on `master`, not here. * Change `firstCall.lastArg` to `firstCall.args[ 0 ]` as the former API is not available in older Sinon versions.
- Loading branch information