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.
6 require( './ForeignStructuredUpload.js' );
7 require( './BookletLayout.js' );