This commit is contained in:
casperlamboo 2016-07-19 16:14:48 +02:00
parent 73a065af14
commit 3cb9990a47
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ doodle3DManager.addEventListener('boxappeared', ({ box }) => {
box.addEventListener('disconnect', () => {
console.log('disonnect to box', box);
})
});
box.addEventListener('update', ({ state }) => {
console.log(state);