mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
nice modal view
This commit is contained in:
parent
41429e0ce6
commit
277f4f9209
9 changed files with 507 additions and 19 deletions
|
@ -12,7 +12,9 @@ var toGlobalize = {
|
|||
AnimationFactory: require('../visuals/animation/animationFactory'),
|
||||
Main: require('../app'),
|
||||
HeadLess: require('../git/headless'),
|
||||
Q: { Q: require('q') }
|
||||
Q: { Q: require('q') },
|
||||
RebaseView: require('../views/rebaseView'),
|
||||
Views: require('../views')
|
||||
};
|
||||
|
||||
_.each(toGlobalize, function(module) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue