mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
animation done
This commit is contained in:
parent
fb550a8cf5
commit
7450fb76ce
5 changed files with 440 additions and 257 deletions
|
@ -1,6 +1,7 @@
|
|||
var AnimationFactoryModule = require('./animationFactory');
|
||||
var animationFactory = new AnimationFactoryModule.AnimationFactory();
|
||||
var Main = require('./main');
|
||||
var AnimationQueue = require('./async').AnimationQueue;
|
||||
|
||||
// backbone or something uses _.uniqueId, so we make our own here
|
||||
var uniqueId = (function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue