Update _.min, _.max, _.shuffle build dependencies.

Former-commit-id: 21c4c99f8ead92b90b46c299fee59098131758b1
This commit is contained in:
John-David Dalton
2012-10-09 01:43:24 -07:00
parent 40ed3278d4
commit db3b429784

View File

@@ -118,10 +118,10 @@
'lastIndexOf': [],
'lateBind': ['isFunction'],
'map': ['identity'],
'max': ['identity'],
'max': ['forEach'],
'memoize': [],
'merge': ['isArray', 'isPlainObject'],
'min': ['identity'],
'min': ['forEach'],
'mixin': ['forEach', 'functions'],
'noConflict': [],
'object': [],
@@ -138,7 +138,7 @@
'reject': ['identity'],
'rest': [],
'result': ['isFunction'],
'shuffle': [],
'shuffle': ['forEach'],
'size': ['keys'],
'some': ['identity'],
'sortBy': ['identity'],