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
This commit is contained in:
parent
0bb4090c2c
commit
626cbde7f8
@ -1,7 +1,7 @@
|
|||||||
src/intro.js
|
src/intro.js
|
||||||
src/outro.js
|
src/outro.js
|
||||||
test/qunit/**
|
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/badcall.js
|
||||||
test/data/badjson.js
|
test/data/badjson.js
|
||||||
test/data/json_obj.js
|
test/data/json_obj.js
|
||||||
|
4
test/data/jquery-1.9.1.ajax_xhr.min.js
vendored
4
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" />
|
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
|
||||||
<!-- Includes -->
|
<!-- 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/qunit/qunit/qunit.js"></script>
|
||||||
<script src="../bower_components/requirejs/require.js"></script>
|
<script src="../bower_components/requirejs/require.js"></script>
|
||||||
|
@ -30,7 +30,6 @@ if ( jQuery.css ) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// This test checkes CSP only for browsers with "Content-Security-Policy" header support
|
// This test checkes CSP only for browsers with "Content-Security-Policy" header support
|
||||||
// i.e. no old WebKit or old Firefox
|
// i.e. no old WebKit or old Firefox
|
||||||
testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Security/CSP) restrictions",
|
testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Security/CSP) restrictions",
|
||||||
|
Loading…
Reference in New Issue
Block a user