mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-15 18:40:40 +00:00
Add comments to JavaScript and some restructuring
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
var Forms = {};
|
||||
|
||||
Forms.autoInit = () => {
|
||||
Forms.AutoInit = () => {
|
||||
for (let propertyName in Forms) {
|
||||
let property = Forms[propertyName];
|
||||
// Call autoInit of all properties that are subclasses of Forms.BaseForm.
|
||||
|
Reference in New Issue
Block a user