mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
small refactorings and fixes
This commit is contained in:
@@ -14,7 +14,7 @@ class SAttribute extends AbstractShacaEntity {
|
||||
this.type = type;
|
||||
/** @param {string} */
|
||||
this.name = name;
|
||||
/** @param {integer} */
|
||||
/** @param {int} */
|
||||
this.position = position;
|
||||
/** @param {string} */
|
||||
this.value = value;
|
||||
|
||||
@@ -16,7 +16,7 @@ class Shaca {
|
||||
this.attributes = {};
|
||||
/** @type {Object.<String, SAttachment>} */
|
||||
this.attachments = {};
|
||||
/** @type {Object.<String, String>} */
|
||||
/** @type {Object.<String, SNote>} */
|
||||
this.aliasToNote = {};
|
||||
|
||||
/** @type {SNote|null} */
|
||||
|
||||
Reference in New Issue
Block a user