UI refactor to less gloabl

This commit is contained in:
Peter Cottle 2012-11-03 16:05:44 -07:00
parent 1d476af467
commit 4e30d1b511
4 changed files with 18 additions and 22 deletions

View file

@ -22,8 +22,6 @@ function GitEngine(options) {
this.generalArgs = [];
events.on('processCommand', _.bind(this.dispatch, this));
this.init();
}
GitEngine.prototype.init = function() {