mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 09:20:03 +02:00
making sandbox first class
This commit is contained in:
parent
90ae34f37b
commit
d75489c175
8 changed files with 975 additions and 942 deletions
|
@ -20,7 +20,7 @@ var toGlobalize = {
|
|||
ZoomLevel: require('../util/zoomLevel'),
|
||||
VisBranch: require('../visuals/visBranch'),
|
||||
Level: require('../level'),
|
||||
Sandbox: require('../level/sandbox'),
|
||||
Sandbox: require('../sandbox/'),
|
||||
GitDemonstrationView: require('../views/gitDemonstrationView'),
|
||||
Markdown: require('markdown'),
|
||||
LevelDropdownView: require('../views/levelDropdownView'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue