Commit 04fa62f0 authored by Tristan Cavelier's avatar Tristan Cavelier

jio.js updated

parent e47c5287
......@@ -3578,7 +3578,7 @@ Query.prototype.parse = function (option) {
return sequence(query.query_list.map(function (v, i) {
/*jslint unparam: true */
return function () {
sequence([function () {
return sequence([function () {
object.parsed = query.query_list[i];
return recParse(object, option);
}, function () {
......
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