Update for 126166 in VE Core

Change-Id: Ie5d4dbbc8ae301017f8ae047fb492368b965f980
This commit is contained in:
Trevor Parscal 2014-04-15 16:22:03 -07:00
parent 037fa13724
commit bd8aca6e5d
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -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' )
);