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

Change subject: Fix pasteSpecial command
......................................................................


Fix pasteSpecial command

Change-Id: I5f2960984c463ebdac02165fb97548349c1a9f5a
(cherry picked from commit 742e0fe2f5406d5fa966b96cc30f85d9671162e5)
---
M src/ui/ve.ui.CommandRegistry.js
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/src/ui/ve.ui.CommandRegistry.js b/src/ui/ve.ui.CommandRegistry.js
index 78f5ddc..4d6398f 100644
--- a/src/ui/ve.ui.CommandRegistry.js
+++ b/src/ui/ve.ui.CommandRegistry.js
@@ -219,8 +219,8 @@
 );
 ve.ui.commandRegistry.register(
        new ve.ui.Command(
-               'pasteSpecial', 'content',
-               { args: ['pasteSpecial'], supportedSelections: ['linear', 
'table'] }
+               'pasteSpecial', 'content', 'pasteSpecial',
+               { supportedSelections: ['linear', 'table'] }
        )
 );
 ve.ui.commandRegistry.register(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5f2960984c463ebdac02165fb97548349c1a9f5a
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: wmf/1.25wmf7
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Esanders <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to