r3-custom-code/ip0443a52d.js

18 lines
248 B
JavaScript

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