Esanders has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/258489

Change subject: VE: Rename parent tool
......................................................................

VE: Rename parent tool

Depends on I3a0e761f0 in core.

Change-Id: I1e400eebd14e739b6a2832cc447ec090cd7ac38d
---
M modules/ve-wikihiero/ve.ui.MWHieroInspectorTool.js
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/wikihiero 
refs/changes/89/258489/1

diff --git a/modules/ve-wikihiero/ve.ui.MWHieroInspectorTool.js 
b/modules/ve-wikihiero/ve.ui.MWHieroInspectorTool.js
index 46b3945..79efef9 100644
--- a/modules/ve-wikihiero/ve.ui.MWHieroInspectorTool.js
+++ b/modules/ve-wikihiero/ve.ui.MWHieroInspectorTool.js
@@ -4,15 +4,15 @@
  * MediaWiki UserInterface hieroglyphics tool.
  *
  * @class
- * @extends ve.ui.InspectorTool
+ * @extends ve.ui.FragmentInspectorTool
  * @constructor
  * @param {OO.ui.ToolGroup} toolGroup
  * @param {Object} [config] Configuration options
  */
-ve.ui.MWHieroInspectorTool = function VeUiMWHieroInspectorTool( toolGroup, 
config ) {
-       ve.ui.InspectorTool.call( this, toolGroup, config );
+ve.ui.MWHieroInspectorTool = function VeUiMWHieroInspectorTool() {
+       ve.ui.MWHieroInspectorTool.super.apply( this, arguments );
 };
-OO.inheritClass( ve.ui.MWHieroInspectorTool, ve.ui.InspectorTool );
+OO.inheritClass( ve.ui.MWHieroInspectorTool, ve.ui.FragmentInspectorTool );
 ve.ui.MWHieroInspectorTool.static.name = 'hiero';
 ve.ui.MWHieroInspectorTool.static.group = 'object';
 ve.ui.MWHieroInspectorTool.static.icon = 'hiero';

-- 
To view, visit https://gerrit.wikimedia.org/r/258489
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1e400eebd14e739b6a2832cc447ec090cd7ac38d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/wikihiero
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to