Tests: Load the jquery-1-7 module for all 1.x versions

This commit is contained in:
Scott González 2017-05-10 09:02:53 -04:00
parent efb1fee02b
commit 39bbe70b54

View File

@ -172,8 +172,8 @@ function migrateUrl() {
}
}
// Load the jQuery 1.7 fixes, if necessary
if ( parseFloat( parseUrl().jquery ) === 1.7 ) {
// Load the jQuery 1.x fixes, if necessary
if ( parseFloat( parseUrl().jquery ) < 2 ) {
modules.push( "ui/jquery-1-7" );
}