mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
level arbiter beginning
This commit is contained in:
parent
d5bddcc6b4
commit
27498419c9
10 changed files with 109 additions and 19 deletions
|
@ -258,6 +258,7 @@ GitEngine.prototype.getOrMakeRecursive = function(tree, createdSoFar, objID) {
|
|||
};
|
||||
|
||||
GitEngine.prototype.tearDown = function() {
|
||||
this.eventBaton.releaseBaton('processGitCommand', this.dispatch, this);
|
||||
this.removeAll();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue