mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
pretty legit level dropdown
This commit is contained in:
parent
0012c3de54
commit
378fcc0377
10 changed files with 542 additions and 28 deletions
|
@ -21,7 +21,8 @@ var toGlobalize = {
|
|||
Level: require('../level'),
|
||||
Sandbox: require('../level/sandbox'),
|
||||
GitDemonstrationView: require('../views/gitDemonstrationView'),
|
||||
Markdown: require('markdown')
|
||||
Markdown: require('markdown'),
|
||||
LevelDropdownView: require('../views/levelDropdownView')
|
||||
};
|
||||
|
||||
_.each(toGlobalize, function(module) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue