if (!this.entityLoaded) { return; } if (!this.initialized) { this.initialized = true; console.log('key up initialized'); } if (data.code === 'KeyL') { this.loadNext(); } //@ sourceURL=ccKeyUp.js