mirror of
https://github.com/zadam/trilium.git
synced 2026-09-11 00:18:27 +02:00
wip
This commit is contained in:
@@ -13,7 +13,7 @@ class Attribute {
|
||||
/** @param {string} */
|
||||
this.name = row.name.toLowerCase();
|
||||
/** @param {string} */
|
||||
this.value = row.type === 'label'? row.value.toLowerCase() : row.value;
|
||||
this.value = row.type === 'label' ? row.value.toLowerCase() : row.value;
|
||||
/** @param {boolean} */
|
||||
this.isInheritable = !!row.isInheritable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user