Fixed the command-line (Node) version of PCjs
This commit is contained in:
parent
14a55eb1fa
commit
24e3405331
5 changed files with 51 additions and 50 deletions
|
|
@ -131,6 +131,7 @@ if (typeof module !== 'undefined') {
|
|||
global.EAFUNCS = EAFUNCS;
|
||||
global.FATARRAYS = FATARRAYS;
|
||||
global.TYPEDARRAYS = TYPEDARRAYS;
|
||||
global.BACKTRACK = BACKTRACK;
|
||||
global.SAMPLER = SAMPLER;
|
||||
/*
|
||||
* TODO: When we're "required" by Node, should we return anything via module.exports?
|
||||
|
|
|
|||
Loading…
Reference in a new issue