small refactorings and fixes

This commit is contained in:
zadam
2023-06-29 23:32:19 +02:00
parent 48029cea7c
commit eb34f9c64f
45 changed files with 78 additions and 188 deletions

View File

@@ -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;

View File

@@ -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} */