r3-custom-code/ip0443a52d.js

14 lines
202 B
JavaScript
Raw Normal View History

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