mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
updated API docs
This commit is contained in:
@@ -42,7 +42,7 @@ class Branch {
|
||||
/** @param {string} */
|
||||
this.prefix = row.prefix;
|
||||
/** @param {boolean} */
|
||||
this.isExpanded = row.isExpanded;
|
||||
this.isExpanded = !!row.isExpanded;
|
||||
}
|
||||
|
||||
/** @returns {NoteShort} */
|
||||
|
||||
Reference in New Issue
Block a user