integrate js cqi into corpus_analysis package

This commit is contained in:
Patrick Jentsch
2023-11-10 10:27:39 +01:00
parent 61be3345be
commit 4822f6ec02
25 changed files with 413 additions and 471 deletions

View File

@ -3,7 +3,7 @@ nopaque.resource_lists = {};
nopaque.resource_lists.AutoInit = () => {
for (let propertyName in nopaque.resource_lists) {
let property = nopaque.resource_lists[propertyName];
// Call autoInit of all properties that are subclasses of `nopaque.resource_lists.ResourceList`.
// Initialize properties that are subclasses of `nopaque.resource_lists.ResourceList`.
// This does not include `nopaque.resource_lists.ResourceList` itself.
if (property.prototype instanceof nopaque.resource_lists.ResourceList) {
// Check if the static `htmlClass` property is defined.