pretty much got finish down

This commit is contained in:
Peter Cottle 2013-01-09 01:56:52 -08:00
parent 0c7ff70b14
commit 9381f42509
7 changed files with 183 additions and 49 deletions

View file

@ -725,7 +725,7 @@ GitVisuals.prototype.visBranchesFront = function() {
vBranch.textToFront();
});
this.visBranchCollection.each(function(visBranch) {
this.visBranchCollection.each(function(vBranch) {
vBranch.textToFrontIfInStack();
});
};