ALL converted

This commit is contained in:
Peter Cottle 2012-12-12 10:17:37 -08:00
parent 66b980fb03
commit e876ad6109
7 changed files with 586 additions and 444 deletions

View file

@ -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;