Merge "Replace Linker::link() with LinkRenderer in special pages"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.recentchanges.js
index d43b62b..29c0fea 100644 (file)
@@ -21,7 +21,6 @@
                        $checkboxes.prop( 'disabled', isAllNS );
                },
 
-               /** */
                init: function () {
                        $select = $( '#namespace' );
                        $checkboxes = $( '#nsassociated, #nsinvert' );
@@ -34,6 +33,6 @@
 
        $( rc.init );
 
-       mw.special.recentchanges = rc;
+       module.exports = rc;
 
 }( mediaWiki, jQuery ) );