Docs: Correct formatting for the `autosave()` function return value in `js/_enqueues/wp/autosave.js`.

Props dilipbheda, mukesh27.
Fixes #51401.

git-svn-id: https://develop.svn.wordpress.org/trunk@49065 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-09-28 10:45:01 +00:00
parent 581e45426c
commit 0432229195
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ window.autosave = function() {
* disableButtons: disableButtons,
* enableButtons: enableButtons,
* local: ({hasStorage, getSavedPostData, save, suspend, resume}|*),
* server: ({tempBlockSave, triggerSave, postChanged, suspend, resume}|*)}
* }
* server: ({tempBlockSave, triggerSave, postChanged, suspend, resume}|*)
* }}
* The object with all functions for autosave.
*/
function autosave() {