Esanders has uploaded a new change for review. https://gerrit.wikimedia.org/r/257781
Change subject: VE: Rename parent tool ...................................................................... VE: Rename parent tool Depends on I3a0e761f0 in core. Change-Id: Ib0a6edb2d89976121d4d2b79c1caeead11a335fa --- M modules/ve-score/ve.ui.MWScoreInspectorTool.js 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Score refs/changes/81/257781/1 diff --git a/modules/ve-score/ve.ui.MWScoreInspectorTool.js b/modules/ve-score/ve.ui.MWScoreInspectorTool.js index 2436dba..3e32e07 100644 --- a/modules/ve-score/ve.ui.MWScoreInspectorTool.js +++ b/modules/ve-score/ve.ui.MWScoreInspectorTool.js @@ -9,7 +9,7 @@ * MediaWiki UserInterface score tool. * * @class - * @extends ve.ui.InspectorTool + * @extends ve.ui.FragmentInspectorTool * @constructor * @param {OO.ui.ToolGroup} toolGroup * @param {Object} [config] Configuration options @@ -18,7 +18,7 @@ ve.ui.MWScoreInspectorTool = function VeUiMWScoreInspectorTool( toolGroup, config ) { ve.ui.MWScoreInspectorTool.super.call( this, toolGroup, config ); }; -OO.inheritClass( ve.ui.MWScoreInspectorTool, ve.ui.InspectorTool ); +OO.inheritClass( ve.ui.MWScoreInspectorTool, ve.ui.FragmentInspectorTool ); ve.ui.MWScoreInspectorTool.static.name = 'score'; ve.ui.MWScoreInspectorTool.static.group = 'object'; ve.ui.MWScoreInspectorTool.static.icon = 'score'; -- To view, visit https://gerrit.wikimedia.org/r/257781 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib0a6edb2d89976121d4d2b79c1caeead11a335fa Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Score Gerrit-Branch: master Gerrit-Owner: Esanders <esand...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits