Ensure _.merge produces dense arrays and revert accepting arrays of arguments for _.compose, _.defaults, _.extend, and _.merge.

Former-commit-id: a02772f8be04e187cbbfeb324cd4fb4318098162
This commit is contained in:
John-David Dalton
2013-01-15 01:32:21 -08:00
parent 0a53f762fe
commit 16a204335e
7 changed files with 194 additions and 213 deletions

View File

@@ -7,13 +7,10 @@
/** Used to minify variables embedded in compiled strings */
var compiledVars = [
'args',
'argsIndex',
'argsLength',
'arrayRef',
'callback',
'collection',
'concat',
'createCallback',
'ctor',
'guard',