big file movearound

This commit is contained in:
Peter Cottle 2012-12-14 01:16:34 -08:00
parent 24b3c14ce3
commit 12b43a4c69
10 changed files with 42 additions and 899 deletions

View file

@ -1,6 +1,6 @@
var AnimationFactoryModule = require('./animationFactory');
var animationFactory = new AnimationFactoryModule.AnimationFactory();
var Main = require('./main');
var Main = require('./app/main');
var AnimationQueue = require('./async').AnimationQueue;
var InteractiveRebaseView = require('./miscViews').InteractiveRebaseView;