Skip to content

Commit 7caf8f6

Browse files
authored
Build: Rename jquery-1-7 to jquery-patch
The file now contains many more than just jQuery 1.7 patches. Closes jquerygh-1917
1 parent 579bedd commit 7caf8f6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/lib/bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function migrateUrl() {
177177
// Load the jQuery fixes, if necessary
178178
if ( !jQueryVersion ||
179179
( jQueryVersion.indexOf( "git" ) === -1 && parseFloat( jQueryVersion ) < 4 ) ) {
180-
modules.unshift( "ui/jquery-1-7" );
180+
modules.unshift( "ui/jquery-patch" );
181181
}
182182

183183
requireTests( modules, noBackCompat );

ui/core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ define( [
99
"./ie",
1010
"./keycode",
1111
"./labels",
12-
"./jquery-1-7",
12+
"./jquery-patch.js",
1313
"./plugin",
1414
"./safe-active-element",
1515
"./safe-blur",
File renamed without changes.

0 commit comments

Comments
 (0)