mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-09-01 08:17:16 +02:00
pretty much got finish down
This commit is contained in:
parent
0c7ff70b14
commit
9381f42509
7 changed files with 183 additions and 49 deletions
|
@ -725,7 +725,7 @@ GitVisuals.prototype.visBranchesFront = function() {
|
|||
vBranch.textToFront();
|
||||
});
|
||||
|
||||
this.visBranchCollection.each(function(visBranch) {
|
||||
this.visBranchCollection.each(function(vBranch) {
|
||||
vBranch.textToFrontIfInStack();
|
||||
});
|
||||
};
|
||||
|
|
|
@ -127,6 +127,10 @@ var Visualization = Backbone.View.extend({
|
|||
this.setTreeOpacity(1);
|
||||
},
|
||||
|
||||
resetFromThisTreeNow: function(treeString) {
|
||||
this.treeString = treeString;
|
||||
},
|
||||
|
||||
reset: function() {
|
||||
this.setTreeOpacity(0);
|
||||
if (this.treeString) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue