branch deleting down

This commit is contained in:
Peter Cottle 2012-10-12 22:59:29 -07:00
parent 1fee32879c
commit f353fa118d
4 changed files with 39 additions and 31 deletions

View file

@ -321,6 +321,10 @@ GitVisuals.prototype.addBranch = function(branch) {
}
};
GitVisuals.prototype.removeVisBranch = function(visBranch) {
this.visBranchCollection.remove(visBranch);
};
GitVisuals.prototype.animateRefs = function(speed) {
this.visBranchCollection.each(function(visBranch) {
visBranch.animateUpdatedPos(speed);