mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
tried to port one more, broke on events instantiation
This commit is contained in:
parent
8d2803e4e4
commit
6327566a63
6 changed files with 2055 additions and 32 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue