Support for vertical text labels in graphical control panel

This commit is contained in:
Jeff Parsons 2015-02-04 14:14:08 -08:00 committed by jeffpar
commit 66bd2f2da0
5 changed files with 48 additions and 20 deletions

View file

@ -133,6 +133,7 @@ if (typeof module !== 'undefined') {
global.TYPEDARRAYS = TYPEDARRAYS;
global.BACKTRACK = BACKTRACK;
global.SAMPLER = SAMPLER;
global.BUGS_8086 = BUGS_8086;
global.I386 = I386;
/*
* TODO: When we're "required" by Node, should we return anything via module.exports?