不要怂,就是干,撸起袖子干!

Commit b2a1ec2c by Yuri Sulyma

fixed abstract arrayValue to take factory parameter

1 parent 8839629b
Showing with 1 additions and 1 deletions
...@@ -957,7 +957,7 @@ module.exports = (function() { ...@@ -957,7 +957,7 @@ module.exports = (function() {
return joins; return joins;
}, },
arrayValue: function(value, key, _key, logicResult){ arrayValue: function(value, key, _key, factory, logicResult){
var _value = null; var _value = null;
if (value.length === 0) { value = [null] } if (value.length === 0) { value = [null] }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!