clearing out global references in git

This commit is contained in:
Peter Cottle 2012-11-03 14:35:56 -07:00
parent b1d78c2459
commit b31d550184
2 changed files with 16 additions and 12 deletions

View file

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