mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
before refactor
This commit is contained in:
parent
ee02aea414
commit
bbdaa37abd
5 changed files with 30 additions and 24 deletions
|
@ -28,7 +28,7 @@ function GitEngine(options) {
|
|||
this.commandOptions = {};
|
||||
this.generalArgs = [];
|
||||
|
||||
this.events.on('processCommand', _.bind(this.dispatch, this));
|
||||
this.events.on('processCommand', this.dispatch, this);
|
||||
|
||||
// backbone or something uses _.uniqueId, so we make our own here
|
||||
this.uniqueId = (function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue