BIG graphics update

This commit is contained in:
Peter Cottle 2012-09-17 11:22:45 -07:00
parent d16b8b61d3
commit cc65ae7491
4 changed files with 101 additions and 18 deletions

View file

@ -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()); }}));