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