mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
yay ok working
This commit is contained in:
parent
ebdf188c1d
commit
eb33897a22
6 changed files with 166 additions and 17 deletions
|
@ -18,7 +18,8 @@ var toGlobalize = {
|
|||
MultiView: require('../views/multiView'),
|
||||
ZoomLevel: require('../util/zoomLevel'),
|
||||
VisBranch: require('../visuals/visBranch'),
|
||||
Level: require('../level')
|
||||
Level: require('../level'),
|
||||
Sandbox: require('../level/sandbox')
|
||||
};
|
||||
|
||||
_.each(toGlobalize, function(module) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue