Skip to content

Commit

Permalink
(#656) - fix loosing deletion of document
Browse files Browse the repository at this point in the history
  • Loading branch information
neojski authored and daleharvey committed Apr 1, 2013
1 parent 29c4742 commit a0541ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pouch.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ var parseDoc = function(doc, newEdits) {
newRevId = revInfo[2];
doc._rev_tree = [{
pos: parseInt(revInfo[1], 10),
ids: [revInfo[2], {}, []]
ids: [revInfo[2], opts, []]
}];
}
}
Expand Down

0 comments on commit a0541ed

Please sign in to comment.