first level :DDDDDD

This commit is contained in:
Peter Cottle 2013-01-03 14:37:02 -08:00
parent d400158781
commit 984f139245
6 changed files with 5023 additions and 4758 deletions

View file

@ -33,9 +33,13 @@ var Sandbox = Backbone.View.extend({
}
},
getDefaultVisEl: function() {
return $('#canvasWrapper')[0];
},
initVisualization: function(options) {
this.mainVis = new Visualization({
el: options.el || $('#canvasWrapper')[0]
el: options.el || this.getDefaultVisEl()
});
},
@ -47,11 +51,6 @@ var Sandbox = Backbone.View.extend({
initParseWaterfall: function(options) {
this.parseWaterfall = new ParseWaterfall();
/* DISBALED MAP example!!!
this.parseWaterfall.addFirst(
'instantWaterfall',
new DisabledMap().getInstantCommands()
);*/
},
initGitShim: function(options) {