Cleanup + fixed a typo

A typo (TagsCollection vs. TagCollection) made levels crash when loading.

There where still lot of stuff left for handling master branch in the visTag
code, because visTag is a modified version of the visBranch-object. Therefore,
clean up asome unused code

Signed-off-by: Max Sikström <msikstrom@op5.com>
This commit is contained in:
Max Sikström 2013-10-08 20:48:05 +02:00
parent 74342e2028
commit 7a06cfd0c7
7 changed files with 12 additions and 75 deletions

View file

@ -90,7 +90,7 @@ GitVisuals.prototype.resetAll = function() {
this.visEdgeCollection.reset();
this.visBranchCollection.reset();
this.visTagsCollection.reset();
this.visTagCollection.reset();
this.visNodeMap = {};
this.rootCommit = null;