Commit 5bb85484 authored by Tristan Cavelier's avatar Tristan Cavelier

localstorage tests wrong alldocs sort -> fixed

parent 369508ac
......@@ -615,7 +615,7 @@
// use a query
return jio.allDocs({
"query": "title: \"two\"",
"sort_on": [["title", "ascending"]]
"sort_on": [["date", "descending"]]
});
}).always(function (answer) {
......
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