Permalink
Showing
with
1 addition
and
1 deletion.
-
+1
−1
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 );
|
|
|
|
0 comments on commit
74f8a0a