mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
Better flip logic, visuals improvement, and also advanced level section
featuring Aaron's modifier tutorial Merge pull request #80 from aschrab/multiple_parents
This commit is contained in:
parent
46d71cd93a
commit
57db1be39e
15 changed files with 510 additions and 47 deletions
|
@ -227,7 +227,7 @@ var GitDemonstrationView = ContainedBase.extend({
|
|||
|
||||
initVis: function() {
|
||||
this.mainVis = new Visualization({
|
||||
el: this.$('div.visHolder')[0],
|
||||
el: this.$('div.visHolder div.visHolderInside')[0],
|
||||
noKeyboardInput: true,
|
||||
noClick: true,
|
||||
smallCanvas: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue