mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Rename jquery-1-7 to jquery-patch
The file now contains many more than just jQuery 1.7 patches. Closes gh-1917
This commit is contained in:
parent
579bedd7d2
commit
7caf8f61df
2
tests/lib/bootstrap.js
vendored
2
tests/lib/bootstrap.js
vendored
@ -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 );
|
||||
|
@ -9,7 +9,7 @@ define( [
|
||||
"./ie",
|
||||
"./keycode",
|
||||
"./labels",
|
||||
"./jquery-1-7",
|
||||
"./jquery-patch.js",
|
||||
"./plugin",
|
||||
"./safe-active-element",
|
||||
"./safe-blur",
|
||||
|
0
ui/jquery-1-7.js → ui/jquery-patch.js
vendored
0
ui/jquery-1-7.js → ui/jquery-patch.js
vendored
Loading…
Reference in New Issue
Block a user