mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "Fix old copy/paste documentation errors"
This commit is contained in:
commit
0a8e596ffc
|
@ -1510,7 +1510,7 @@ ve.init.mw.ViewPageTarget.prototype.tearDownToolbar = function () {
|
|||
};
|
||||
|
||||
/**
|
||||
* Enable the toolbar save button.
|
||||
* Transform the page title into a VE-style title.
|
||||
*
|
||||
* @method
|
||||
*/
|
||||
|
@ -1519,7 +1519,7 @@ ve.init.mw.ViewPageTarget.prototype.transformPageTitle = function () {
|
|||
};
|
||||
|
||||
/**
|
||||
* Enable the toolbar save button.
|
||||
* Fade the page title to indicate it is not editable.
|
||||
*
|
||||
* @method
|
||||
*/
|
||||
|
@ -1528,7 +1528,7 @@ ve.init.mw.ViewPageTarget.prototype.mutePageTitle = function () {
|
|||
};
|
||||
|
||||
/**
|
||||
* Disable the toolbar save button.
|
||||
* Restore the page title to its original style.
|
||||
*
|
||||
* @method
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue