Reduce _.where and remove compiling from _.bindAll.

Former-commit-id: 78f4db8c112ad9687f7a7e4322460f7b5edf5af9
This commit is contained in:
John-David Dalton
2012-10-22 20:27:04 -07:00
parent 15f5b1f830
commit 528aebffe4
5 changed files with 167 additions and 178 deletions

View File

@@ -15,10 +15,12 @@
'ctor',
'hasOwnProperty',
'index',
'isArguments',
'iteratee',
'length',
'nativeKeys',
'object',
'objectTypes',
'ownIndex',
'ownProps',
'propertyIsEnumerable',
@@ -27,15 +29,7 @@
'stringClass',
'thisArg',
'toString',
'value',
// lesser used variables
'bind',
'funcs',
'functions',
'isArguments',
'isFunction',
'objectTypes'
'value'
];
/** Used to minify `compileIterator` option properties */