Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Build: Rename jquery-1-7 to jquery-patch
  • Loading branch information
mgol committed May 13, 2020
commit 6ff2cf0796ba3f788d98f68ec7937272b9218cf0
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.