mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-15 18:40:40 +00:00
integrate js cqi into corpus_analysis package
This commit is contained in:
@ -3,7 +3,7 @@ nopaque.forms = {};
|
||||
nopaque.forms.AutoInit = () => {
|
||||
for (let propertyName in nopaque.forms) {
|
||||
let property = nopaque.forms[propertyName];
|
||||
// Call autoInit of all properties that are subclasses of nopaque.forms.BaseForm.
|
||||
// Initialize properties that are subclasses of nopaque.forms.BaseForm.
|
||||
// This does not include nopaque.forms.BaseForm itself.
|
||||
if (property.prototype instanceof nopaque.forms.BaseForm) {
|
||||
// Check if the static htmlClass property is defined.
|
||||
|
Reference in New Issue
Block a user