pretty much got finish down

This commit is contained in:
Peter Cottle 2013-01-09 01:56:52 -08:00
parent 0c7ff70b14
commit 9381f42509
7 changed files with 183 additions and 49 deletions

View file

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