nice formatting now on errors and results with tricky css

This commit is contained in:
Peter Cottle 2012-09-22 21:59:30 -07:00
parent d647d430d7
commit 04251a3da3
3 changed files with 19 additions and 2 deletions

View file

@ -192,7 +192,7 @@ GitVisuals.prototype.addBranch = function(branch) {
});
this.visBranchCollection.add(visBranch);
if (this.paperReady) {
visBranch.genGraphics();
visBranch.genGraphics(paper);
}
};