mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
Merge "Remove unnecessary attachToolbarSaveButton override"
This commit is contained in:
commit
ff21c17c37
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue