diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2012-11-01 17:32:08 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2012-11-01 17:32:08 -0400 |
commit | 3f515045808dda2b4320a82894e875eb61d255e2 (patch) | |
tree | 1dc3c8a2420fc5822e330f06a1a5b95e3dd2c3fe /test/.jshintrc | |
parent | 395f1da76ba9faeb2f72548c28da228474a2434c (diff) | |
download | jquery-3f515045808dda2b4320a82894e875eb61d255e2.tar.gz jquery-3f515045808dda2b4320a82894e875eb61d255e2.zip |
No ticket: remove test suite external dependencies
Diffstat (limited to 'test/.jshintrc')
-rw-r--r-- | test/.jshintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index ec1b4fa1e..41198067b 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -54,6 +54,7 @@ "isLocal": true, "originaljQuery": true, "$": true, - "original$": true + "original$": true, + "externalHost": true, } } |