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

jslint localstorage fixes

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