resources: Strip '$' and 'mw' from file closures
[lhc/web/wiklou.git] / resources / src / mediawiki.util.js
index ca0c303..d8f5b19 100644 (file)
@@ -1,4 +1,4 @@
-( function ( mw, $ ) {
+( function () {
        'use strict';
 
        var util;
        mw.util = util;
        module.exports = util;
 
-}( mediaWiki, jQuery ) );
+}() );