diff options
author | Oleg <markelog@gmail.com> | 2013-11-07 22:51:46 +0100 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-11-08 01:04:08 +0100 |
commit | 626cbde7f8267e2463cef85d84f9f0172f1c7cb9 (patch) | |
tree | b7ef13112521fbc4d912486b76a97ffff4eafe16 /.jshintignore | |
parent | 0bb4090c2c77746ae3976bcce52ea3f58a056604 (diff) | |
download | jquery-626cbde7f8267e2463cef85d84f9f0172f1c7cb9.tar.gz jquery-626cbde7f8267e2463cef85d84f9f0172f1c7cb9.zip |
Use full version of jQuery 1.9.1
Had some weird failures in IE with xhr build of 1.9.1
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 |