big strides on gitEngine

This commit is contained in:
Peter Cottle 2012-11-03 14:55:57 -07:00
parent 546332a587
commit 343cd37105
2 changed files with 13 additions and 9 deletions

View file

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