animation done

This commit is contained in:
Peter Cottle 2012-12-12 08:35:43 -08:00
parent fb550a8cf5
commit 7450fb76ce
5 changed files with 440 additions and 257 deletions

View file

@ -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() {