mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
lodash: Remove unused afterLoop iterationFactory option, optimize sortedIndex, and optimize exiting early from compiled functions. [jddalton]
Former-commit-id: f56c93bfed623c5100d7cdf1c0d30b1e557d8a97
This commit is contained in:
@@ -56,12 +56,12 @@
|
||||
|
||||
/** Used to minify `iterationFactory` option properties */
|
||||
var iterationFactoryOptions = [
|
||||
'afterLoop',
|
||||
'args',
|
||||
'array',
|
||||
'beforeLoop',
|
||||
'bottom',
|
||||
'exits',
|
||||
'exitsExp',
|
||||
'inLoop',
|
||||
'init',
|
||||
'iterate',
|
||||
|
||||
Reference in New Issue
Block a user