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 /test/index.html | |
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 'test/index.html')
-rw-r--r-- | test/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html index 1b5e33a3b..2438d5804 100644 --- a/test/index.html +++ b/test/index.html @@ -8,8 +8,11 @@ <link rel="Stylesheet" media="screen" href="data/testsuite.css" /> <!-- Includes --> - <!-- Allows us to fetch submodule tests when using a no-ajax build --> - <script src="data/jquery-1.9.1.ajax_xhr.min.js"></script> + <!-- + We have to use previous jQuery as helper to ensure testability with + ajax-free builds (and non-interference when changing ajax internals) + --> + <script src="data/jquery-1.9.1.js"></script> <script src="../bower_components/qunit/qunit/qunit.js"></script> <script src="../bower_components/requirejs/require.js"></script> |