repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge "DatabaseMssql: Don't duplicate body of makeList()"
[mediawiki.git]
/
resources
/
src
/
mediawiki
/
mediawiki.startUp.js
blob
028784c29bfef067fa87ecf40bd16dfb6e72c996
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 ) );