mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +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);
|
}, this);
|
||||||
|
|
||||||
_.each(this.tagCollection.toJSON(), function(tag) {
|
_.each(this.tagCollection.toJSON(), function(tag) {
|
||||||
tag.visTag = undefined;
|
delete tag.visTag;
|
||||||
tag.target = tag.target.get('id');
|
tag.target = tag.target.get('id');
|
||||||
|
|
||||||
totalExport.tags[tag.id] = tag;
|
totalExport.tags[tag.id] = tag;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue