Skip to content

Commit

Permalink
Build: Rename jquery-1-7 to jquery-patch
Browse files Browse the repository at this point in the history
The file now contains many more than just jQuery 1.7 patches.

Closes gh-1917
  • Loading branch information
mgol committed May 16, 2020
1 parent 579bedd commit 7caf8f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/lib/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down
2 changes: 1 addition & 1 deletion ui/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define( [
"./ie",
"./keycode",
"./labels",
"./jquery-1-7",
"./jquery-patch.js",
"./plugin",
"./safe-active-element",
"./safe-blur",
Expand Down
File renamed without changes.

0 comments on commit 7caf8f6

Please sign in to comment.