Fix WikiEditor dependencies

Change-Id: Ibaa17e581ada5fcb202217797e70f9fed2510ec4
This commit is contained in:
Ed Sanders 2018-01-04 12:36:55 +00:00
parent e3f0df1cfc
commit 12d420b7e9

View file

@ -447,8 +447,8 @@
// Check if the user is using the enhanced editing toolbar (supplied by the
// WikiEditor extension) or the default editing toolbar (supplied by core).
if ( wikiEditorToolbarEnabled ) {
// They are using the enhanced editing toolbar.
mw.loader.using( 'ext.wikiEditor.toolbar', function () {
// They are using WikiEditor
mw.loader.using( 'ext.wikiEditor', function () {
// Add CodeMirror button to the enhanced editing toolbar.
$( addCodeMirrorToWikiEditor );
} );