mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
first level :DDDDDD
This commit is contained in:
parent
d400158781
commit
984f139245
6 changed files with 5023 additions and 4758 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue