resources: Strip '$' and 'mw' from file closures
[lhc/web/wiklou.git] / resources / src / jquery.tablesorter / jquery.tablesorter.js
index cbdc2fa..a37bcf7 100644 (file)
@@ -43,7 +43,7 @@
  *
  * @author Christian Bach/christian.bach@polyester.se
  */
-( function ( $, mw ) {
+( function () {
        var ts,
                parsers = [];
 
                type: 'numeric'
        } );
 
-}( jQuery, mediaWiki ) );
+}() );