only onemore

This commit is contained in:
Peter Cottle 2012-12-12 09:16:53 -08:00
parent 0fe113943b
commit 66b980fb03
4 changed files with 1485 additions and 1163 deletions

View file

@ -2,6 +2,7 @@ var AnimationFactoryModule = require('./animationFactory');
var animationFactory = new AnimationFactoryModule.AnimationFactory();
var Main = require('./main');
var AnimationQueue = require('./async').AnimationQueue;
var InteractiveRebaseView = require('./miscViews').InteractiveRebaseView;
// backbone or something uses _.uniqueId, so we make our own here
var uniqueId = (function() {