Commit a4482dab authored by Tristan Cavelier's avatar Tristan Cavelier

fix lint error in revisionstorage.js

parent d310b2cb
...@@ -941,8 +941,10 @@ jIO.addStorageType('revision', function (spec, my) { ...@@ -941,8 +941,10 @@ jIO.addStorageType('revision', function (spec, my) {
that.addJob( that.addJob(
"get", "get",
priv.substorage, priv.substorage,
{"_id": command.getDocId() + priv.doctree_suffix, {
"_rev": command.getDocInfo("_rev")}, "_id": command.getDocId() + priv.doctree_suffix,
"_rev": command.getDocInfo("_rev")
},
option, option,
function (response) { function (response) {
doctree = response; doctree = response;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment