mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
makes other vis and refreshes it out
This commit is contained in:
parent
29d401e701
commit
5e151238c9
3 changed files with 81 additions and 18 deletions
|
@ -100,8 +100,8 @@ var Visualization = Backbone.View.extend({
|
|||
treeString: JSON.stringify(options.tree)
|
||||
}
|
||||
));
|
||||
// return the newly created gitEngine
|
||||
return this.originVis.gitEngine;
|
||||
// return the newly created visualization which will soon have a git engine
|
||||
return this.originVis;
|
||||
},
|
||||
|
||||
setTreeIndex: function(level) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue