mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 08:35:32 +02:00
rebuild better views
This commit is contained in:
parent
3674415ce9
commit
90b8679d19
4 changed files with 5 additions and 1 deletions
|
@ -13413,6 +13413,7 @@ var LevelBuilder = Level.extend({
|
||||||
containerElement: this.startCanvasHolder.getCanvasLocation(),
|
containerElement: this.startCanvasHolder.getCanvasLocation(),
|
||||||
treeString: this.level.startTree,
|
treeString: this.level.startTree,
|
||||||
noKeyboardInput: true,
|
noKeyboardInput: true,
|
||||||
|
smallCanvas: true,
|
||||||
noClick: true
|
noClick: true
|
||||||
});
|
});
|
||||||
return this.startCanvasHolder;
|
return this.startCanvasHolder;
|
||||||
|
@ -25371,6 +25372,7 @@ var LevelBuilder = Level.extend({
|
||||||
containerElement: this.startCanvasHolder.getCanvasLocation(),
|
containerElement: this.startCanvasHolder.getCanvasLocation(),
|
||||||
treeString: this.level.startTree,
|
treeString: this.level.startTree,
|
||||||
noKeyboardInput: true,
|
noKeyboardInput: true,
|
||||||
|
smallCanvas: true,
|
||||||
noClick: true
|
noClick: true
|
||||||
});
|
});
|
||||||
return this.startCanvasHolder;
|
return this.startCanvasHolder;
|
||||||
|
|
1
build/bundle.min.e6e15cd1.js
Normal file
1
build/bundle.min.e6e15cd1.js
Normal file
File diff suppressed because one or more lines are too long
1
build/bundle.min.js
vendored
Normal file
1
build/bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -426,7 +426,7 @@
|
||||||
For a much easier time perusing the source, see the individual files at:
|
For a much easier time perusing the source, see the individual files at:
|
||||||
https://github.com/pcottle/learnGitBranching
|
https://github.com/pcottle/learnGitBranching
|
||||||
-->
|
-->
|
||||||
<script src="build/bundle.js"></script>
|
<script src="build/bundle.min.e6e15cd1.js"></script>
|
||||||
|
|
||||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||||
The downside? No raw logs to parse for analytics, so I have to include
|
The downside? No raw logs to parse for analytics, so I have to include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue