mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
ok demonstraton view coming along
This commit is contained in:
parent
c1813c346c
commit
c5615fe15a
10 changed files with 444 additions and 64 deletions
|
@ -97,10 +97,6 @@ var Level = Sandbox.extend({
|
|||
this.initGoalVisualization(options);
|
||||
},
|
||||
|
||||
getDefaultGoalVisEl: function() {
|
||||
return $('#commandLineHistory');
|
||||
},
|
||||
|
||||
initGoalVisualization: function(options) {
|
||||
// first we make the goal visualization holder
|
||||
this.goalCanvasHolder = new CanvasTerminalHolder();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue