Remove unused variables from closures
[lhc/web/wiklou.git] / tests / qunit / suites / resources / mediawiki.special / mediawiki.special.recentchanges.test.js
index 35b6b71..14c2bb4 100644 (file)
@@ -1,4 +1,4 @@
-( function ( mw, $ ) {
+( function ( $ ) {
        QUnit.module( 'mediawiki.special.recentchanges', QUnit.newMwEnvironment() );
 
        // TODO: verify checkboxes == [ 'nsassociated', 'nsinvert' ]
@@ -61,4 +61,4 @@
                // DOM cleanup
                $env.remove();
        } );
-}( mediaWiki, jQuery ) );
+}( jQuery ) );