if (this.parentEntity === data.entity) { console.log('key up loaded'); } else { console.log(data); return null; } if (data.code === 'keyL') { console.log('loading image'); } console.log(data); //@ sourceURL=ccKeyUp.js