mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +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
|
@ -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