mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 16:44:26 +02:00
moving slowly towards other things processing
This commit is contained in:
parent
423a353e28
commit
a180426cfb
6 changed files with 571 additions and 544 deletions
|
@ -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');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue