Commit 85898e66 authored by Tristan Cavelier's avatar Tristan Cavelier

jslint localstorage fixes

parent 5bb85484
......@@ -386,6 +386,7 @@
*/
LocalStorage.prototype.allDocs = function (command, param, options) {
var i, row, path_re, rows, document_list, document_object;
param.unused = true;
rows = [];
document_list = [];
path_re = new RegExp(
......
......@@ -243,7 +243,7 @@
"result": "error",
"status": 404,
"statusText": "Not Found"
}, "GetAttachment from inexistent document")
}, "GetAttachment from inexistent document");
}),
......@@ -268,7 +268,7 @@
"result": "error",
"status": 404,
"statusText": "Not Found"
}, "Get inexistent attachment")
}, "Get inexistent attachment");
}),
......@@ -563,7 +563,8 @@
"_attachments": {
"aa": {
"content_type": "",
"digest": "sha256-9834876dcfb05cb167a5c24953eba58c4ac89b1adf57f28f2f9d09af107ee8f0",
"digest": "sha256-9834876dcfb05cb167a5c24953eba58c4" +
"ac89b1adf57f28f2f9d09af107ee8f0",
"length": 3
}
},
......
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