Support for "private" builds

This commit is contained in:
Jeff Parsons 2016-04-14 14:24:52 -07:00
commit a9fe17440a
8 changed files with 70 additions and 4 deletions

View file

@ -64,6 +64,11 @@ var DEBUG = true; // this @define is overridden by the Closure Com
*/
var MAXDEBUG = false; // this @define is overridden by the Closure Compiler (to false) to remove MAXDEBUG-only code
/**
* @define {boolean}
*/
var PRIVATE = false; // this @define is overridden by the Closure Compiler (to false) to enable PRIVATE code
/*
* NODE should be true if we're running under NodeJS (eg, command-line), false if not (eg, web browser)
*/