mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-07 05:03:18 +00:00
Use a single js namespace as parent for all other nopaque namespaces.
This commit is contained in:
5
app/static/js/index.js
Normal file
5
app/static/js/index.js
Normal file
@ -0,0 +1,5 @@
|
||||
/*
|
||||
* This object functions as a global namespace for nopaque.
|
||||
* All components of nopaque should be attached to this object.
|
||||
*/
|
||||
var nopaque = {};
|
Reference in New Issue
Block a user