mediawiki-extensions-Visual.../modules/ve-mw/ui/ve.ui.MWCommandRegistry.js
James D. Forrester aea64bf2df Remove the math inspector code
Moved to the Math extension in I8e582ee6deadc2750

Change-Id: Iab0c56246626de1e0f6ab770e777c0a28756fa75
2014-03-19 19:27:25 -07:00

28 lines
830 B
JavaScript

/*!
* VisualEditor CommandRegistry class.
*
* @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
/* MW Command Registrations */
ve.ui.commandRegistry.register(
new ve.ui.Command( 'gallery', 'inspector', 'open', 'gallery' )
);
ve.ui.commandRegistry.register(
new ve.ui.Command( 'mediaEdit', 'dialog', 'open', 'mediaEdit' )
);
ve.ui.commandRegistry.register(
new ve.ui.Command( 'referenceList', 'dialog', 'open', 'referenceList' )
);
ve.ui.commandRegistry.register(
new ve.ui.Command( 'reference', 'dialog', 'open', 'reference' )
);
ve.ui.commandRegistry.register(
new ve.ui.Command( 'transclusion', 'dialog', 'open', 'transclusion' )
);
ve.ui.commandRegistry.register(
new ve.ui.Command( 'alienExtension', 'inspector', 'open', 'alienExtension' )
);