BOOYAH BABY removed global references to gitVisuals

This commit is contained in:
Peter Cottle 2012-11-03 14:51:04 -07:00
parent 1857f5a651
commit 546332a587

View file

@ -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,