Merge "Update for 126166 in VE Core"

This commit is contained in:
jenkins-bot 2014-04-21 22:46:32 +00:00 committed by Gerrit Code Review
commit e6a412132d
2 changed files with 2 additions and 2 deletions

View File

@ -39,4 +39,4 @@ ve.ui.MWMathInspector.static.dir = 'ltr';
/* 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' )
);