mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Ensure mobile build has properties correctly minified.
Former-commit-id: 61da738afbcefc7ecd277190147041d884002af1
This commit is contained in:
@@ -1825,7 +1825,7 @@
|
||||
var merge = createIterator(extendIteratorOptions, {
|
||||
'args': 'object, source, indicator',
|
||||
'top':
|
||||
'var isArr, source, recursive = indicator == isPlainObject,\n' +
|
||||
'var isArr, recursive = indicator == isPlainObject,\n' +
|
||||
' data = recursive ? arguments[3] : { values: [], sources: [] };\n' +
|
||||
'for (var argsIndex = 1, argsLength = recursive ? 2 : arguments.length; argsIndex < argsLength; argsIndex++) {\n' +
|
||||
' if (iteratee = arguments[argsIndex]) {',
|
||||
|
||||
Reference in New Issue
Block a user