Ensure mobile build has properties correctly minified.

Former-commit-id: 61da738afbcefc7ecd277190147041d884002af1
This commit is contained in:
John-David Dalton
2012-09-11 09:15:32 -07:00
parent 9d8d17b964
commit 83c6fb089e
4 changed files with 4 additions and 4 deletions

View File

@@ -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]) {',