Simplify _.bindAll.

Former-commit-id: 02de2a2a6020461d42e222a476c2fb7e66f6895e
This commit is contained in:
John-David Dalton
2012-10-19 08:16:11 -07:00
parent e1643566f9
commit ada6115073
4 changed files with 45 additions and 40 deletions

View File

@@ -65,7 +65,7 @@
var dependencyMap = {
'after': [],
'bind': ['isFunction'],
'bindAll': ['bind', 'isFunction'],
'bindAll': ['bind', 'forIn', 'isFunction'],
'chain': ['mixin'],
'clone': ['extend', 'forEach', 'forOwn', 'isArguments', 'isPlainObject'],
'compact': [],