add sample listeners for debugging

pull/1/head
ansuz 2016-05-30 10:18:08 +02:00
parent 3afd144562
commit 599f5aeec8
1 changed files with 4 additions and 0 deletions

View File

@ -63,4 +63,8 @@ define([
$repl.val('');
}
});
// debugging TODO remove
//rt.proxy.on('change', 'u', (o, n) => console.log("'u' changed!", o,n));
//rt.proxy.on('change', ['u', 2], (o, n) => (console.log("'u[2]' changed!", o, n), true));
});