diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-05-16 08:29:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 08:29:08 +0200 |
commit | 7caf8f61df7840fb3de2478a75aec229d9f84f15 (patch) | |
tree | 83f510ff64cb1095d7396f58547542cd349edc23 /tests/lib | |
parent | 579bedd7d2e5849389c42fe1964ef6c86eab27d6 (diff) | |
download | jquery-ui-7caf8f61df7840fb3de2478a75aec229d9f84f15.tar.gz jquery-ui-7caf8f61df7840fb3de2478a75aec229d9f84f15.zip |
Build: Rename jquery-1-7 to jquery-patch
The file now contains many more than just jQuery 1.7 patches.
Closes gh-1917
Diffstat (limited to 'tests/lib')
-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 ); |