Merge "Improve Doxygen template used by mwdocgen.php"
[lhc/web/wiklou.git] / resources / src / mediawiki / htmlform / htmlform.js
1 ( function ( mw, $ ) {
2
3 $( function () {
4 mw.hook( 'htmlform.enhance' ).fire( $( document ) );
5 } );
6
7 }( mediaWiki, jQuery ) );