tried to port one more, broke on events instantiation

This commit is contained in:
Peter Cottle 2012-12-09 22:06:15 -08:00
parent 8d2803e4e4
commit 6327566a63
6 changed files with 2055 additions and 32 deletions

View file

@ -1,5 +1,5 @@
var animationFactory = new require('./animationFactory').AnimationFactory();
console.log('this is what animatioinf actory is', require('./animationFactory'));
var AnimationFactoryModule = require('./animationFactory');
var animationFactory = new AnimationFactoryModule.AnimationFactory();
// backbone or something uses _.uniqueId, so we make our own here
var uniqueId = (function() {