mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Reduce _.where and remove compiling from _.bindAll.
Former-commit-id: 78f4db8c112ad9687f7a7e4322460f7b5edf5af9
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user