X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fqunit%2Fsuites%2Fresources%2Fjquery%2Fjquery.tabIndex.test.js;h=220771b14dcc68fffb99b2eec811fb2bcd6013f7;hp=ec3539b95a18f450c981174727bd577a8fc869bc;hb=de64366f58f0af7a02a417833c8e0605e4140fab;hpb=65f6c6d0d22db406c48b8747bbfaf63c27bf04cc diff --git a/tests/qunit/suites/resources/jquery/jquery.tabIndex.test.js b/tests/qunit/suites/resources/jquery/jquery.tabIndex.test.js index ec3539b95a..220771b14d 100644 --- a/tests/qunit/suites/resources/jquery/jquery.tabIndex.test.js +++ b/tests/qunit/suites/resources/jquery/jquery.tabIndex.test.js @@ -1,4 +1,4 @@ -( function ( $ ) { +( function () { QUnit.module( 'jquery.tabIndex', QUnit.newMwEnvironment() ); QUnit.test( 'firstTabIndex', function ( assert ) { @@ -32,4 +32,4 @@ $testB = $( '
' ); assert.strictEqual( $testB.lastTabIndex(), null, 'Return null if none available.' ); } ); -}( jQuery ) ); +}() );