Update: CC - Demo New - Key Up (194yv3pctj.js) 109 bytes modified

beta.r3js.org
-=yb4f310 2018-02-12 09:17:51 +01:00
parent 985d8123d5
commit 4e9e10dfbb
1 changed files with 10 additions and 2 deletions

View File

@ -1,2 +1,10 @@
return null;
//@ sourceURL=CustomCode (194yv3pctj).js
if (this.parentEntity === data.entity) {
console.log('key up loaded');
} else {
console.log(data);
return null;
}
console.log(data);
//@ sourceURL=ccKeyUp.js