We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579bedd commit 7caf8f6Copy full SHA for 7caf8f6
tests/lib/bootstrap.js
@@ -177,7 +177,7 @@ function migrateUrl() {
177
// Load the jQuery fixes, if necessary
178
if ( !jQueryVersion ||
179
( jQueryVersion.indexOf( "git" ) === -1 && parseFloat( jQueryVersion ) < 4 ) ) {
180
- modules.unshift( "ui/jquery-1-7" );
+ modules.unshift( "ui/jquery-patch" );
181
}
182
183
requireTests( modules, noBackCompat );
ui/core.js
@@ -9,7 +9,7 @@ define( [
9
"./ie",
10
"./keycode",
11
"./labels",
12
- "./jquery-1-7",
+ "./jquery-patch.js",
13
"./plugin",
14
"./safe-active-element",
15
"./safe-blur",
ui/jquery-1-7.js renamed to ui/jquery-patch.js
0 commit comments