aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2015-06-01 23:25:38 +0200
committerMichał Gołębiowski <m.goleb@gmail.com>2015-06-13 23:24:01 +0200
commita022da70568119688445708970bec1346c9d4217 (patch)
treed3e4232afd47a2ae37b4ba96e80af4555f047c52 /test
parent24a6bb9fe8d9ce330056d4e974fb711a6f08c0ad (diff)
downloadjquery-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/.jshintrc2
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,