diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-09-03 09:55:32 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-09-03 10:43:32 -0400 |
commit | 0c185209233f4c15e57c6a24e8f81b27dd26db59 (patch) | |
tree | a473d3fc651a54040ef25d7c21d81e52a0506fee /test/.jshintrc | |
parent | f66d53c85643e703a8e37d9ca9375dd386a60cda (diff) | |
download | jquery-0c185209233f4c15e57c6a24e8f81b27dd26db59.tar.gz jquery-0c185209233f4c15e57c6a24e8f81b27dd26db59.zip |
No ticket: Hide the testing-support jQuery from tests
Diffstat (limited to 'test/.jshintrc')
-rw-r--r-- | test/.jshintrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index f974f8e4b..34f8a5b2d 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -38,6 +38,7 @@ "ajaxTest": false, "testIframe": false, "testIframeWithCallback": false, + "iframeCallback": true, "createDashboardXML": false, "createXMLFragment": false, "moduleTeardown": false, @@ -54,6 +55,7 @@ "Globals": true, "hasPHP": true, "isLocal": true, + "supportjQuery": true, "originaljQuery": true, "$": true, "original$": true, |