mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Allow _.sortedIndex to accept a string value.
Former-commit-id: 7ac17a6bb620ad16ecce17718a8110d422d49118
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
var compiledVars = [
|
||||
'argsIndex',
|
||||
'argsLength',
|
||||
'bindIterator',
|
||||
'bindCallback',
|
||||
'callback',
|
||||
'collection',
|
||||
'concat',
|
||||
@@ -64,13 +64,13 @@
|
||||
'pass',
|
||||
'properties',
|
||||
'property',
|
||||
'propertyCallback',
|
||||
'propsLength',
|
||||
'source',
|
||||
'stackA',
|
||||
'stackB',
|
||||
'stackLength',
|
||||
'target',
|
||||
'valueProp'
|
||||
'target'
|
||||
];
|
||||
|
||||
/** Used to minify `compileIterator` option properties */
|
||||
|
||||
Reference in New Issue
Block a user