small fixes

This commit is contained in:
zadam
2022-12-23 15:07:48 +01:00
parent 698eb53006
commit 0441e7396a
13 changed files with 58 additions and 38 deletions

View File

@@ -32,6 +32,10 @@ class Becca {
this.loaded = false;
}
getRoot() {
return this.getNote('root');
}
/** @returns {Attribute[]} */
findAttributes(type, name) {
name = name.trim().toLowerCase();