jenkins-bot has submitted this change and it was merged.

Change subject: CommandHelpDialog: Inherit non-corruptively
......................................................................


CommandHelpDialog: Inherit non-corruptively

Change-Id: Ieb497eebe930e58a02552eb9d4305280c91c92c2
---
M modules/ve-mw/ui/dialogs/ve.ui.MWCommandHelpDialog.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jforrester: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ve-mw/ui/dialogs/ve.ui.MWCommandHelpDialog.js 
b/modules/ve-mw/ui/dialogs/ve.ui.MWCommandHelpDialog.js
index 04d1165..be513d3 100644
--- a/modules/ve-mw/ui/dialogs/ve.ui.MWCommandHelpDialog.js
+++ b/modules/ve-mw/ui/dialogs/ve.ui.MWCommandHelpDialog.js
@@ -25,7 +25,7 @@
 
 /* Static properties */
 
-ve.ui.MWCommandHelpDialog.static.commandGroups = ve.extendObject( 
ve.ui.CommandHelpDialog.static.commandGroups, {
+ve.ui.MWCommandHelpDialog.static.commandGroups = ve.extendObject( {}, 
ve.ui.MWCommandHelpDialog.static.commandGroups, {
        insert: {
                title: OO.ui.deferMsg( 'visualeditor-shortcuts-insert' ),
                promote: [],

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieb497eebe930e58a02552eb9d4305280c91c92c2
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to