mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
more progress on arrows and stuff
This commit is contained in:
parent
cc65ae7491
commit
a229bc2f41
7 changed files with 30 additions and 14 deletions
|
@ -40,6 +40,9 @@ GitEngine.prototype.init = function() {
|
|||
|
||||
// commit once to get things going
|
||||
this.commit();
|
||||
|
||||
// update tree
|
||||
events.trigger('treeRefresh');
|
||||
};
|
||||
|
||||
GitEngine.prototype.getDetachedHead = function() {
|
||||
|
@ -713,7 +716,7 @@ GitEngine.prototype.dispatch = function(command, callback) {
|
|||
}
|
||||
}));
|
||||
// TODO (get rid of)
|
||||
for (var i = 0; i < 3; i++) {
|
||||
for (var i = 0; i < 1; i++) {
|
||||
this.animationQueue.add(new Animation({closure: function() { console.log(Math.random()); }}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue