]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Load the `jquery-1-7` module for all 1.x versions
authorScott González <scott.gonzalez@gmail.com>
Wed, 10 May 2017 13:02:53 +0000 (09:02 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 10 May 2017 13:02:53 +0000 (09:02 -0400)
tests/lib/bootstrap.js

index 1a01491606484583c1daee67f3cef6aec3a4b4ec..8d63c813598d501c0355b1e5f25717a6e037ea00 100644 (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" );
        }