Build: Rename jquery-1-7 to jquery-patch

The file now contains many more than just jQuery 1.7 patches.

Closes gh-1917
This commit is contained in:
Michał Gołębiowski-Owczarek 2020-05-16 08:29:08 +02:00 committed by GitHub
parent 579bedd7d2
commit 7caf8f61df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -9,7 +9,7 @@ define( [
"./ie",
"./keycode",
"./labels",
"./jquery-1-7",
"./jquery-patch.js",
"./plugin",
"./safe-active-element",
"./safe-blur",