add sample listeners for debugging
This commit is contained in:
parent
3afd144562
commit
599f5aeec8
@ -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));
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user