Merge "Use new isTalkPage/isTalkNamespace methods"
[lhc/web/wiklou.git] / resources / src / mediawiki.page.watch.ajax.js
index 395992b..f7fbeef 100644 (file)
@@ -14,7 +14,7 @@
  * @class mw.plugin.page.watch.ajax
  * @singleton
  */
-( function ( mw, $ ) {
+( function () {
        var watch,
                // The name of the page to watch or unwatch
                title = mw.config.get( 'wgRelevantPageName' );
                } );
        } );
 
-}( mediaWiki, jQuery ) );
+}() );