Followup r95396
[lhc/web/wiklou.git] / resources / mediawiki.page / mediawiki.page.ajaxCategories.init.js
1 mw.page.ajaxCategories = new mw.ajaxCategories();
2 jQuery( document ).ready( function(){
3 // Separate function for call to prevent jQuery
4 // from executing it in the document context.
5 mw.page.ajaxCategories.setup();
6 } );