Merge "Use new isTalkPage/isTalkNamespace methods"
[lhc/web/wiklou.git] / resources / src / mediawiki.special.watchlist / watchlist.js
index 070c12f..b9be51f 100644 (file)
@@ -1,7 +1,7 @@
 /*!
  * JavaScript for Special:Watchlist
  */
-( function ( mw, $, OO ) {
+( function () {
        $( function () {
                var api = new mw.Api(), $progressBar, $resetForm = $( '#mw-watchlist-resetbutton' );
 
                }
        } );
 
-}( mediaWiki, jQuery, OO )
-);
+}() );