Merge "Fix old copy/paste documentation errors"

This commit is contained in:
jenkins-bot 2013-05-18 10:23:37 +00:00 committed by Gerrit Code Review
commit 0a8e596ffc

View file

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