becca conversion WIP

This commit is contained in:
zadam
2021-04-30 22:13:13 +02:00
parent 43eb248450
commit e41be520a8
8 changed files with 414 additions and 142 deletions

View File

@@ -17,12 +17,9 @@ class Note extends AbstractEntity {
static get primaryKeyName() { return "noteId"; }
static get hashedProperties() { return ["noteId", "title", "isProtected", "type", "mime"]; }
constructor(becca, row) {
constructor(row) {
super();
/** @param {Becca} */
this.becca = becca;
this.update(row);
/** @param {Branch[]} */