mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-17 16:21:06 +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.commitCollection = new CommitCollection();
|
||||||
this.branchCollection = new BranchCollection();
|
this.branchCollection = new BranchCollection();
|
||||||
|
|
||||||
gitVisuals = new GitVisuals({
|
this.gitVisuals = new GitVisuals({
|
||||||
commitCollection: this.commitCollection,
|
commitCollection: this.commitCollection,
|
||||||
branchCollection: this.branchCollection
|
branchCollection: this.branchCollection
|
||||||
});
|
});
|
||||||
this.gitVisuals = gitVisuals;
|
|
||||||
|
|
||||||
gitEngine = new GitEngine({
|
gitEngine = new GitEngine({
|
||||||
collection: this.commitCollection,
|
collection: this.commitCollection,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue