add sample listeners for debugging

This commit is contained in:
ansuz 2016-05-30 10:18:08 +02:00
parent 3afd144562
commit 599f5aeec8

View File

@ -63,4 +63,8 @@ define([
$repl.val(''); $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));
}); });