mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
vistag now working in tests
This commit is contained in:
parent
f35aef89ae
commit
88d5902956
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ GitEngine.prototype.exportTree = function() {
|
|||
}, this);
|
||||
|
||||
_.each(this.tagCollection.toJSON(), function(tag) {
|
||||
tag.visTag = undefined;
|
||||
delete tag.visTag;
|
||||
tag.target = tag.target.get('id');
|
||||
|
||||
totalExport.tags[tag.id] = tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue