Merge "VE: Rename parent tool"

This commit is contained in:
jenkins-bot 2016-01-04 20:50:58 +00:00 committed by Gerrit Code Review
commit 2499ea5236
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
* MediaWiki UserInterface math tool.
*
* @class
* @extends ve.ui.DialogTool
* @extends ve.ui.FragmentWindowTool
* @constructor
* @param {OO.ui.ToolGroup} toolGroup
* @param {Object} [config] Configuration options
@ -19,7 +19,7 @@
ve.ui.MWMathDialogTool = function VeUiMWMathDialogTool( toolGroup, config ) {
ve.ui.MWMathDialogTool.super.call( this, toolGroup, config );
};
OO.inheritClass( ve.ui.MWMathDialogTool, ve.ui.DialogTool );
OO.inheritClass( ve.ui.MWMathDialogTool, ve.ui.FragmentWindowTool );
ve.ui.MWMathDialogTool.static.name = 'math';
ve.ui.MWMathDialogTool.static.group = 'object';
ve.ui.MWMathDialogTool.static.icon = 'math';