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