From ee3e0855f11f62af06790cf6d84d2017109decf1 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Sat, 12 Dec 2015 01:09:48 +0000 Subject: [PATCH] VE: Rename parent tool Depends on I3a0e761f0 in core. Change-Id: I7c6e5f2bd20e7875efc0ee60e329cdf081b64bd5 --- modules/ve-math/ve.ui.MWMathDialogTool.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ve-math/ve.ui.MWMathDialogTool.js b/modules/ve-math/ve.ui.MWMathDialogTool.js index 0afc3d8..e0223c0 100644 --- a/modules/ve-math/ve.ui.MWMathDialogTool.js +++ b/modules/ve-math/ve.ui.MWMathDialogTool.js @@ -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';