mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
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:
parent
74342e2028
commit
7a06cfd0c7
7 changed files with 12 additions and 75 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue