Allow _.sortedIndex to accept a string value.

Former-commit-id: 7ac17a6bb620ad16ecce17718a8110d422d49118
This commit is contained in:
John-David Dalton
2012-09-26 22:30:15 -07:00
parent 426ca78bf7
commit 09d5222b1f
4 changed files with 76 additions and 63 deletions

View File

@@ -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 */