updated API docs

This commit is contained in:
azivner
2018-12-22 22:28:49 +01:00
parent 67019b3d6c
commit 6a786cad83
13 changed files with 3737 additions and 719 deletions

View File

@@ -42,7 +42,7 @@ class Branch {
/** @param {string} */
this.prefix = row.prefix;
/** @param {boolean} */
this.isExpanded = row.isExpanded;
this.isExpanded = !!row.isExpanded;
}
/** @returns {NoteShort} */