mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Fix old copy/paste documentation errors
Three methods in ve.init.mw.ViewPageTarget have incorrect descriptions. Change-Id: Ie2e7835a7c6fa7387d48936dbe65649a150eec79
This commit is contained in:
parent
4f14fddd2b
commit
5d41f902ee
|
@ -1495,7 +1495,7 @@ ve.init.mw.ViewPageTarget.prototype.tearDownToolbar = function () {
|
|||
};
|
||||
|
||||
/**
|
||||
* Enable the toolbar save button.
|
||||
* Transform the page title into a VE-style title.
|
||||
*
|
||||
* @method
|
||||
*/
|
||||
|
@ -1504,7 +1504,7 @@ ve.init.mw.ViewPageTarget.prototype.transformPageTitle = function () {
|
|||
};
|
||||
|
||||
/**
|
||||
* Enable the toolbar save button.
|
||||
* Fade the page title to indicate it is not editable.
|
||||
*
|
||||
* @method
|
||||
*/
|
||||
|
@ -1513,7 +1513,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