Fix old copy/paste documentation errors

Three methods in ve.init.mw.ViewPageTarget have incorrect descriptions.

Change-Id: Ie2e7835a7c6fa7387d48936dbe65649a150eec79
This commit is contained in:
Ed Sanders 2013-05-17 16:38:48 +01:00
parent 4f14fddd2b
commit 5d41f902ee

View file

@ -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
*/