aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/lib/bootstrap.js2
-rw-r--r--ui/core.js2
-rw-r--r--ui/jquery-patch.js (renamed from ui/jquery-1-7.js)0
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js
index 58710367c..bae1afada 100644
--- a/tests/lib/bootstrap.js
+++ b/tests/lib/bootstrap.js
@@ -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 );
diff --git a/ui/core.js b/ui/core.js
index 2cccd0bd8..d42aedea9 100644
--- a/ui/core.js
+++ b/ui/core.js
@@ -9,7 +9,7 @@ define( [
"./ie",
"./keycode",
"./labels",
- "./jquery-1-7",
+ "./jquery-patch.js",
"./plugin",
"./safe-active-element",
"./safe-blur",
diff --git a/ui/jquery-1-7.js b/ui/jquery-patch.js
index 3d0870f7c..3d0870f7c 100644
--- a/ui/jquery-1-7.js
+++ b/ui/jquery-patch.js