mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
UI refactor to less gloabl
This commit is contained in:
parent
1d476af467
commit
4e30d1b511
4 changed files with 18 additions and 22 deletions
|
@ -22,8 +22,6 @@ function GitEngine(options) {
|
|||
this.generalArgs = [];
|
||||
|
||||
events.on('processCommand', _.bind(this.dispatch, this));
|
||||
|
||||
this.init();
|
||||
}
|
||||
|
||||
GitEngine.prototype.init = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue