Hello,
i have these types of console log in my code (in my "instance.batch(function () {") :
instance.bind("connectionDragStop", function (connection) {
});
instance.bind("connectionMoved", function (params) {
});
How can i see these logs in my navigator ?
In developper utils of Chrome i have a console but nothing seems to be written here...
thanks for your help.
Renaud