mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
improvements in API docs generation
This commit is contained in:
@@ -738,7 +738,7 @@ class FNote {
|
||||
/**
|
||||
* Return note complement which is most importantly note's content
|
||||
*
|
||||
* @return {Promise<FNoteComplement>}
|
||||
* @returns {Promise<FNoteComplement>}
|
||||
*/
|
||||
async getNoteComplement() {
|
||||
return await this.froca.getNoteComplement(this.noteId);
|
||||
|
||||
Reference in New Issue
Block a user