Merge "DatabaseMssql: Don't duplicate body of makeList()"
[mediawiki.git] / resources / src / mediawiki / mediawiki.startUp.js
blob028784c29bfef067fa87ecf40bd16dfb6e72c996
1 /*!
2  * Auto-register from pre-loaded startup scripts
3  */
4 ( function ( $ ) {
5         'use strict';
7         if ( $.isFunction( window.startUp ) ) {
8                 window.startUp();
9                 window.startUp = undefined;
10         }
11 }( jQuery ) );