moving slowly towards other things processing

This commit is contained in:
Peter Cottle 2013-01-01 22:12:25 -08:00
parent 423a353e28
commit a180426cfb
6 changed files with 571 additions and 544 deletions

View file

@ -319,7 +319,7 @@ var VisBranch = VisBase.extend({
_.each(objs, function(rObj) {
rObj.click(function() {
Main.getEvents().trigger('commandSubmitted', commandStr);
Main.getEventBaton().trigger('commandSubmitted', commandStr);
});
$(rObj.node).css('cursor', 'pointer');
});