diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-10-11 15:08:07 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-10-11 15:08:07 -0400 |
commit | 13d58a9bec67356ecae0d6902cb634e52cebcf19 (patch) | |
tree | 76159c24b88462f73bf1790c9be3256c85eb77ba /test/.jshintrc | |
parent | c93743b4faf7db5e2b95eee287adaece975541e3 (diff) | |
download | jquery-13d58a9bec67356ecae0d6902cb634e52cebcf19.tar.gz jquery-13d58a9bec67356ecae0d6902cb634e52cebcf19.zip |
No ticket: Fix subproject iframe tests
Diffstat (limited to 'test/.jshintrc')
-rw-r--r-- | test/.jshintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index b702f6fa5..65c224f0e 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -60,6 +60,7 @@ "originaljQuery": true, "$": true, "original$": true, + "baseURL": true, "externalHost": true } } |