diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2015-06-01 23:25:38 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-06-13 23:24:01 +0200 |
commit | a022da70568119688445708970bec1346c9d4217 (patch) | |
tree | d3e4232afd47a2ae37b4ba96e80af4555f047c52 /test | |
parent | 24a6bb9fe8d9ce330056d4e974fb711a6f08c0ad (diff) | |
download | jquery-a022da70568119688445708970bec1346c9d4217.tar.gz jquery-a022da70568119688445708970bec1346c9d4217.zip |
Build: Update grunt-contrib-jshint
JSON needed to be added to JSHint globals as it's not implied by the es3
setting and yet all our supported browsers have it implemented.
(cherry-picked from 1556c4661af647e355a9a5c0a814012955e231bc)
Diffstat (limited to 'test')
-rw-r--r-- | test/.jshintrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index c25fe832e..f345337a1 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -22,6 +22,8 @@ "require": false, "define": false, "DOMParser": false, + "JSON": false, + "Promise": false, "QUnit": false, "ok": false, "equal": false, |