mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
Update for 126166 in VE Core
Change-Id: Ie5d4dbbc8ae301017f8ae047fb492368b965f980
This commit is contained in:
parent
037fa13724
commit
bd8aca6e5d
|
@ -114,4 +114,4 @@ ve.ui.MWMathInspector.prototype.teardown = function ( data ) {
|
|||
|
||||
/* Registration */
|
||||
|
||||
ve.ui.inspectorFactory.register( ve.ui.MWMathInspector );
|
||||
ve.ui.windowFactory.register( ve.ui.MWMathInspector );
|
||||
|
|
|
@ -30,5 +30,5 @@ ve.ui.MWMathInspectorTool.static.commandName = 'math';
|
|||
ve.ui.toolFactory.register( ve.ui.MWMathInspectorTool );
|
||||
|
||||
ve.ui.commandRegistry.register(
|
||||
new ve.ui.Command( 'math', 'inspector', 'open', 'math' )
|
||||
new ve.ui.Command( 'math', 'window', 'open', 'math' )
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue