diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2014-02-02 22:44:13 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2014-02-05 15:35:48 +0100 |
commit | 95b21c6ec2790d0d051cdfe95d73148d7c385d68 (patch) | |
tree | 0fd2145a8e4ec13a850afd57b7fc7004401e999c /test/.jshintrc | |
parent | a74ad04bc9c4c7203303b2547e94f1cc53c2a460 (diff) | |
download | jquery-95b21c6ec2790d0d051cdfe95d73148d7c385d68.tar.gz jquery-95b21c6ec2790d0d051cdfe95d73148d7c385d68.zip |
Build: Upgrade QUnit to 1.14.0
Diffstat (limited to 'test/.jshintrc')
-rw-r--r-- | test/.jshintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index 0599c8f39..563b299e7 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -35,7 +35,7 @@ "start": false, "stop": false, "expect": false, - "raises": false, + "throws": false, "ajaxTest": false, "testIframe": false, "testIframeWithCallback": false, |