two small updates

This commit is contained in:
Peter Cottle 2012-10-20 23:09:48 -07:00
parent a8866ec593
commit ea3fe2f3eb
2 changed files with 7 additions and 3 deletions

View file

@ -76,6 +76,7 @@ GitEngine.prototype.exportTree = function() {
}, this);
var HEAD = this.HEAD.toJSON();
HEAD.visBranch = undefined;
HEAD.target = HEAD.target.get('id');
totalExport.HEAD = HEAD;