Merge "rdbms: make transaction rounds apply DBO_TRX to DB_REPLICA connections"
[mediawiki.git] / resources / src / mediawiki.ForeignStructuredUpload.BookletLayout / index.js
blob4acf4b8be6d3b5c64552cda54d03d3fc6b827288
1 /*
2  * Make sure that the upload code loads before the booklet, since the upload code creates
3  * mw.ForeignStructuredUpload and the booklet creates mw.ForeignStructuredUpload.BookletLayout,
4  * requiring that the object mw.ForeignStructuredUpload be defined first.
5  */
6 require( './ForeignStructuredUpload.js' );
7 require( './BookletLayout.js' );