Remove useless globals
This commit is contained in:
parent
f251da711b
commit
5b99b51c64
20 changed files with 1 additions and 50 deletions
|
|
@ -1355,6 +1355,4 @@ web.onInit(Computer.init);
|
|||
web.onShow(Computer.show);
|
||||
web.onExit(Computer.exit);
|
||||
|
||||
if (typeof APP_PCJS !== 'undefined') APP_PCJS.Computer = Computer;
|
||||
|
||||
if (typeof module !== 'undefined') module.exports = Computer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue