diff options
author | Oleg <markelog@gmail.com> | 2013-11-08 00:49:15 +0100 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-11-08 01:07:09 +0100 |
commit | d6fc713e261c341bbf5f39064a35094c68265286 (patch) | |
tree | 93a862f595cdd018a98e454b47b9d48dd7a98272 /.jshintignore | |
parent | 878b00772e3f0d85d6b2feef8f5f56927506c2e9 (diff) | |
download | jquery-d6fc713e261c341bbf5f39064a35094c68265286.tar.gz jquery-d6fc713e261c341bbf5f39064a35094c68265286.zip |
Use full version of jQuery 1.9.1
Had some weird failures in IE with xhr build of 1.9.1.
Cherry picked from 626cbde7f8267e2463cef85d84f9f0172f1c7cb9 commit
Diffstat (limited to '.jshintignore')
-rw-r--r-- | .jshintignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.jshintignore b/.jshintignore index ae3c3de80..e520461f7 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,7 +1,7 @@ src/intro.js src/outro.js test/qunit/** -test/data/jquery-1.9.1.ajax_xhr.min.js +test/data/jquery-1.9.1.js test/data/badcall.js test/data/badjson.js test/data/json_obj.js |