VE: Rename parent tool

Depends on I3a0e761f0 in core.

Change-Id: I7c6e5f2bd20e7875efc0ee60e329cdf081b64bd5
This commit is contained in:
Ed Sanders 2015-12-12 01:09:48 +00:00 committed by Esanders
parent 5fe280c3cf
commit ee3e0855f1
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';