Fixed the command-line (Node) version of PCjs

This commit is contained in:
Jeff Parsons 2014-12-29 16:26:54 -08:00 committed by jeffpar
commit 24e3405331
5 changed files with 51 additions and 50 deletions

View file

@ -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?