mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
awesome animation framework now in with promises
This commit is contained in:
parent
39f6353f07
commit
ebaae41a38
5 changed files with 271 additions and 53 deletions
|
@ -9,7 +9,8 @@ var toGlobalize = {
|
|||
Async: require('../visuals/animation'),
|
||||
AnimationFactory: require('../visuals/animation/animationFactory'),
|
||||
Main: require('../app'),
|
||||
HeadLess: require('../git/headless')
|
||||
HeadLess: require('../git/headless'),
|
||||
Q: { Q: require('q') }
|
||||
};
|
||||
|
||||
_.each(toGlobalize, function(module) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue