mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
becca conversion WIP
This commit is contained in:
@@ -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[]} */
|
||||
|
||||
Reference in New Issue
Block a user