mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Use full version of jQuery 1.9.1
Had some weird failures in IE with xhr build of 1.9.1.
Cherry picked from 626cbde7f8
commit
This commit is contained in:
parent
878b00772e
commit
d6fc713e26
@ -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
|
||||
|
5
test/data/jquery-1.9.1.ajax_xhr.min.js
vendored
5
test/data/jquery-1.9.1.ajax_xhr.min.js
vendored
File diff suppressed because one or more lines are too long
9597
test/data/jquery-1.9.1.js
vendored
Normal file
9597
test/data/jquery-1.9.1.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@ -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 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>
|
||||
|
Loading…
Reference in New Issue
Block a user