diff options
author | jaubourg <j@ubourg.net> | 2012-11-26 03:31:19 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2012-11-26 03:31:19 +0100 |
commit | d31cef38f2aa76ca71ed18aa97d035a84c7e33e6 (patch) | |
tree | a0d2624f32810ed3f317c99489bc10de628f5b5e /test/.jshintrc | |
parent | 53a06660d82d03dfff52a03a91f7d4408b6e6e47 (diff) | |
download | jquery-d31cef38f2aa76ca71ed18aa97d035a84c7e33e6.tar.gz jquery-d31cef38f2aa76ca71ed18aa97d035a84c7e33e6.zip |
Total revamping of the ajax unit 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 7a39e47d8..3513666d5 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -38,6 +38,7 @@ "stop": true, "expect": true, "raises": true, + "ajaxTest": true, "testIframe": true, "testIframeWithCallback": true, "createDashboardXML": true, @@ -50,6 +51,7 @@ "q": true, "amdDefined": true, "fireNative": true, + "Globals": true, "hasPHP": true, "isLocal": true, "originaljQuery": true, |