vistag now working in tests

This commit is contained in:
Peter Cottle 2013-10-29 19:35:23 -07:00
parent f35aef89ae
commit 88d5902956

View file

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