mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Load jquery-1-7
before other modules
This commit is contained in:
parent
6fdd0e34a7
commit
74f8a0ac95
2
tests/lib/bootstrap.js
vendored
2
tests/lib/bootstrap.js
vendored
@ -174,7 +174,7 @@ function migrateUrl() {
|
|||||||
|
|
||||||
// Load the jQuery fixes, if necessary
|
// Load the jQuery fixes, if necessary
|
||||||
if ( parseFloat( parseUrl().jquery ) < 3 ) {
|
if ( parseFloat( parseUrl().jquery ) < 3 ) {
|
||||||
modules.push( "ui/jquery-1-7" );
|
modules.unshift( "ui/jquery-1-7" );
|
||||||
}
|
}
|
||||||
|
|
||||||
requireTests( modules, noBackCompat );
|
requireTests( modules, noBackCompat );
|
||||||
|
Loading…
Reference in New Issue
Block a user