Remove useless globals

This commit is contained in:
Jeff Parsons 2015-03-06 11:37:29 -08:00 committed by jeffpar
commit 5b99b51c64
20 changed files with 1 additions and 50 deletions

View file

@ -5020,6 +5020,4 @@ ChipSet.init = function()
*/
web.onInit(ChipSet.init);
if (typeof APP_PCJS !== 'undefined') APP_PCJS.ChipSet = ChipSet;
if (typeof module !== 'undefined') module.exports = ChipSet;