mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
big strides on gitEngine
This commit is contained in:
parent
546332a587
commit
343cd37105
2 changed files with 13 additions and 9 deletions
|
@ -140,7 +140,8 @@ GitEngine.prototype.reloadGraphics = function() {
|
|||
|
||||
// this just basically makes the HEAD branch. the head branch really should have been
|
||||
// a member of a collection and not this annoying edge case stuff...
|
||||
this.gitVisuals.whenGitEngineReady(this);
|
||||
// TODO -- hackyyy
|
||||
this.gitVisuals.grabHeadBranch();
|
||||
|
||||
// when the paper is ready
|
||||
this.gitVisuals.drawTreeFromReload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue