diff options
Diffstat (limited to 'tests/lib/bootstrap.js')
-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 58710367c..bae1afada 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -177,7 +177,7 @@ function migrateUrl() { // Load the jQuery fixes, if necessary if ( !jQueryVersion || ( jQueryVersion.indexOf( "git" ) === -1 && parseFloat( jQueryVersion ) < 4 ) ) { - modules.unshift( "ui/jquery-1-7" ); + modules.unshift( "ui/jquery-patch" ); } requireTests( modules, noBackCompat ); |