mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
BIG graphics update
This commit is contained in:
parent
d16b8b61d3
commit
cc65ae7491
4 changed files with 101 additions and 18 deletions
|
@ -707,6 +707,11 @@ GitEngine.prototype.dispatch = function(command, callback) {
|
|||
}
|
||||
}
|
||||
|
||||
this.animationQueue.add(new Animation({
|
||||
closure: function() {
|
||||
gitVisuals.refreshTree();
|
||||
}
|
||||
}));
|
||||
// TODO (get rid of)
|
||||
for (var i = 0; i < 3; i++) {
|
||||
this.animationQueue.add(new Animation({closure: function() { console.log(Math.random()); }}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue