mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
big progress
This commit is contained in:
parent
096ec32393
commit
0358291e6f
7 changed files with 171 additions and 122 deletions
|
@ -65,7 +65,8 @@ var Level = Sandbox.extend({
|
|||
this.goalVis = new Visualization({
|
||||
el: this.goalCanvasHolder.getCanvasLocation(),
|
||||
containerElement: this.goalCanvasHolder.getCanvasLocation(),
|
||||
treeString: this.goalTreeString
|
||||
treeString: this.goalTreeString,
|
||||
noKeyboardInput: true
|
||||
});
|
||||
|
||||
this.goalVis.customEvents.on('paperReady', _.bind(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue