mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
only onemore
This commit is contained in:
parent
0fe113943b
commit
66b980fb03
4 changed files with 1485 additions and 1163 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue