mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
6 lines
149 B
JavaScript
6 lines
149 B
JavaScript
|
/*
|
||
|
* This object functions as a global namespace for nopaque.
|
||
|
* All components of nopaque should be attached to this object.
|
||
|
*/
|
||
|
var nopaque = {};
|