mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
ALL converted
This commit is contained in:
parent
66b980fb03
commit
e876ad6109
7 changed files with 586 additions and 444 deletions
|
@ -4,6 +4,10 @@ var Main = require('./main');
|
|||
var AnimationQueue = require('./async').AnimationQueue;
|
||||
var InteractiveRebaseView = require('./miscViews').InteractiveRebaseView;
|
||||
|
||||
var Errors = require('./errors');
|
||||
var GitError = Errors.GitError;
|
||||
var CommandResult = Errors.CommandResult;
|
||||
|
||||
// backbone or something uses _.uniqueId, so we make our own here
|
||||
var uniqueId = (function() {
|
||||
var n = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue