Reduce deep _.clone array iteration and add _.each dependency.

Former-commit-id: 3cb599d294a693974483b892748e6f60186d0c50
This commit is contained in:
John-David Dalton
2012-10-06 18:09:49 -07:00
parent 1329599987
commit b3d68893df
3 changed files with 35 additions and 43 deletions

View File

@@ -67,7 +67,7 @@
'bind': ['isFunction'],
'bindAll': ['bind', 'isFunction'],
'chain': ['mixin'],
'clone': ['extend', 'forOwn', 'isArguments', 'isPlainObject'],
'clone': ['extend', 'forEach', 'forOwn', 'isArguments', 'isPlainObject'],
'compact': [],
'compose': [],
'contains': [],