ok i think everthing is wroking

This commit is contained in:
Peter Cottle 2015-04-20 17:12:54 +10:00
parent f048f99e7f
commit 57a1905e7d
5 changed files with 8 additions and 8 deletions

View file

@ -99,7 +99,7 @@ var Visualization = Backbone.View.extend({
clearOrigin: function() {
delete this.originVis;
}.bind(this),
},
makeOrigin: function(options) {
// oh god, here we go. We basically do a bizarre form of composition here,
@ -196,7 +196,7 @@ var Visualization = Backbone.View.extend({
this.setTreeOpacity(1);
this.originToo('showHarsh', arguments);
this.myResize();
}.bind(this),
},
resetFromThisTreeNow: function(treeString) {
this.treeString = treeString;