diff options
-rw-r--r-- | tests/lib/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index 7f1e12dd0..487b3b807 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -174,7 +174,7 @@ function migrateUrl() { // Load the jQuery fixes, if necessary if ( parseFloat( parseUrl().jquery ) < 3 ) { - modules.push( "ui/jquery-1-7" ); + modules.unshift( "ui/jquery-1-7" ); } requireTests( modules, noBackCompat ); |