Commit e47c5287 authored by Tristan Cavelier's avatar Tristan Cavelier

query parse forgotten `return` added

parent 2bac7b8a
......@@ -144,7 +144,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