Merge "Remove unnecessary attachToolbarSaveButton override"

This commit is contained in:
jenkins-bot 2018-03-20 17:25:11 +00:00 committed by Gerrit Code Review
commit ff21c17c37

View file

@ -1110,13 +1110,6 @@ ve.init.mw.DesktopArticleTarget.prototype.setupSkinTabs = function () {
mw.hook( 've.skinTabSetupComplete' ).fire();
};
/**
* @inheritdoc
*/
ve.init.mw.DesktopArticleTarget.prototype.attachToolbarSaveButton = function () {
this.toolbar.$actions.append( this.toolbarSaveButton.$element );
};
/**
* @inheritdoc
*/