import tar archive WIP

This commit is contained in:
azivner
2018-11-26 14:47:46 +01:00
parent 0711ea8dc8
commit 71eda5aa3d
3 changed files with 233 additions and 201 deletions

View File

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