mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
more
This commit is contained in:
parent
a229bc2f41
commit
b566ebf6f6
6 changed files with 10 additions and 8 deletions
|
@ -42,7 +42,10 @@ GitEngine.prototype.init = function() {
|
|||
this.commit();
|
||||
|
||||
// update tree
|
||||
events.trigger('treeRefresh');
|
||||
// TODO make async, not async
|
||||
setTimeout(function() {
|
||||
events.trigger('treeRefresh');
|
||||
}, 100);
|
||||
};
|
||||
|
||||
GitEngine.prototype.getDetachedHead = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue