mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +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 = {};
|