st-tu-dresden/inloop

Refactor dependencies in editor's JavaScript code

julianctni opened this issue · 0 comments

Currently there is no clear dependency structure in the editor's JS code. The different components/objects are all in the module's global scope. There should be a clear dependency structure and dependencies should be injected from outside.