makes other vis and refreshes it out

This commit is contained in:
Peter Cottle 2013-05-26 15:42:08 -07:00
parent 29d401e701
commit 5e151238c9
3 changed files with 81 additions and 18 deletions

View file

@ -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) {