Add tests for WikiMap and WikiReference
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.startUp.js
1 /*!
2 * Auto-register from pre-loaded startup scripts
3 */
4 ( function ( $ ) {
5 'use strict';
6
7 if ( $.isFunction( window.startUp ) ) {
8 window.startUp();
9 window.startUp = undefined;
10 }
11 }( jQuery ) );