slowly moving git command logic out of command model

This commit is contained in:
Peter Cottle 2012-12-25 18:02:13 -08:00
parent bbdaa37abd
commit 5e2bace639
7 changed files with 246 additions and 115 deletions

View file

@ -28,7 +28,7 @@ function GitEngine(options) {
this.commandOptions = {};
this.generalArgs = [];
this.events.on('processCommand', this.dispatch, this);
this.events.on('processGitCommand', this.dispatch, this);
// backbone or something uses _.uniqueId, so we make our own here
this.uniqueId = (function() {