mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 16:08:34 +02:00
clearing out global references in git
This commit is contained in:
parent
b1d78c2459
commit
b31d550184
2 changed files with 16 additions and 12 deletions
|
@ -23,7 +23,8 @@ var Visualization = Backbone.View.extend({
|
|||
|
||||
gitEngine = new GitEngine({
|
||||
collection: this.commitCollection,
|
||||
branches: this.branchCollection
|
||||
branches: this.branchCollection,
|
||||
gitVisuals: this.gitVisuals
|
||||
});
|
||||
this.gitEngine = gitEngine;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue