Merge "ve.ui.MWMagicLinkNodeContextItem: Do not display 'Clear styling' button in context"

This commit is contained in:
jenkins-bot 2017-03-09 16:59:28 +00:00 committed by Gerrit Code Review
commit 10857b2d9f

View file

@ -35,6 +35,8 @@ ve.ui.MWMagicLinkNodeContextItem.static.label = null; // see #setup()
ve.ui.MWMagicLinkNodeContextItem.static.modelClasses = [ ve.dm.MWMagicLinkNode ];
ve.ui.MWMagicLinkNodeContextItem.static.clearable = false;
/* Methods */
ve.ui.MWMagicLinkNodeContextItem.prototype.setup = function () {