mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 09:35:45 +02:00
BOOYAH BABY removed global references to gitVisuals
This commit is contained in:
parent
1857f5a651
commit
546332a587
1 changed files with 1 additions and 2 deletions
|
@ -15,11 +15,10 @@ var Visualization = Backbone.View.extend({
|
|||
this.commitCollection = new CommitCollection();
|
||||
this.branchCollection = new BranchCollection();
|
||||
|
||||
gitVisuals = new GitVisuals({
|
||||
this.gitVisuals = new GitVisuals({
|
||||
commitCollection: this.commitCollection,
|
||||
branchCollection: this.branchCollection
|
||||
});
|
||||
this.gitVisuals = gitVisuals;
|
||||
|
||||
gitEngine = new GitEngine({
|
||||
collection: this.commitCollection,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue