wikimedia/mediawiki-core

View on GitHub
resources/src/mediawiki.ForeignStructuredUpload.BookletLayout/index.js

Summary

Maintainability
A
0 mins
Test Coverage
/*
 * Make sure that the upload code loads before the booklet, since the upload code creates
 * mw.ForeignStructuredUpload and the booklet creates mw.ForeignStructuredUpload.BookletLayout,
 * requiring that the object mw.ForeignStructuredUpload be defined first.
 */
require( './ForeignStructuredUpload.js' );
require( './BookletLayout.js' );