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) {
that.addJob(
"get",
priv.substorage,
{"_id": command.getDocId() + priv.doctree_suffix,
"_rev": command.getDocInfo("_rev")},
{
"_id": command.getDocId() + priv.doctree_suffix,
"_rev": command.getDocInfo("_rev")
},
option,
function (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