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:
Oleg 2013-11-07 22:51:46 +01:00
parent 0bb4090c2c
commit 626cbde7f8
5 changed files with 9603 additions and 8 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

9597
test/data/jquery-1.9.1.js vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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>

View File

@ -30,7 +30,6 @@ if ( jQuery.css ) {
});
}
// This test checkes CSP only for browsers with "Content-Security-Policy" header support
// i.e. no old WebKit or old Firefox
testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Security/CSP) restrictions",