Some additional cleanup

This commit is contained in:
Bryan Ashby
2022-04-26 12:36:31 -06:00
parent b5f05b69e3
commit dd6a0553d8
4 changed files with 2 additions and 18 deletions

View File

@@ -87,13 +87,8 @@ function Client(/*input, output*/) {
this.lastActivityTime = Date.now();
this.menuStack = new MenuStack(this);
this.acs = new ACS( { client : this, user : this.user } );
this.mciCache = {};
this.interruptQueue = new UserInterruptQueue(this);
this.clearMciCache = function() {
this.mciCache = {};
};
Object.defineProperty(this, 'currentTheme', {
get : () => {
if (this.currentThemeConfig) {