diff --git a/runtime/helpers.js b/runtime/helpers.js index 5f0f2af96..07c5dc1e1 100644 --- a/runtime/helpers.js +++ b/runtime/helpers.js @@ -97,7 +97,7 @@ module.exports = { }; for (; i < len; i++) { var o = array[i]; - callback(o || '', loopStatus); + callback(o, loopStatus); } }, /**