mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Load jquery-1-7
module for jQuery 2.x as well
This commit is contained in:
parent
ceccf507be
commit
ae31f2b3b4
4
tests/lib/bootstrap.js
vendored
4
tests/lib/bootstrap.js
vendored
@ -172,8 +172,8 @@ function migrateUrl() {
|
||||
}
|
||||
}
|
||||
|
||||
// Load the jQuery 1.x fixes, if necessary
|
||||
if ( parseFloat( parseUrl().jquery ) < 2 ) {
|
||||
// Load the jQuery fixes, if necessary
|
||||
if ( parseFloat( parseUrl().jquery ) < 3 ) {
|
||||
modules.push( "ui/jquery-1-7" );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user