mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Ensure build tests pass.
Former-commit-id: 9b91f0d884fe96dce1df34a6c0b659619276b83e
This commit is contained in:
@@ -523,8 +523,8 @@
|
||||
'init': '{}',
|
||||
'top':
|
||||
'var isFunc = typeof callback == \'function\';\n' +
|
||||
'callback = createCallback(callback, thisArg);\n' +
|
||||
'if (!isFunc) var props = concat.apply(ArrayProto, arguments)',
|
||||
'if (isFunc) callback = createCallback(callback, thisArg);\n' +
|
||||
'else var props = concat.apply(ArrayProto, arguments)',
|
||||
'inLoop':
|
||||
'if (isFunc\n' +
|
||||
' ? !callback(value, index, object)\n' +
|
||||
|
||||
Reference in New Issue
Block a user