Move _.pluck and _.invoke back to the "Collections" category and optimize _.sortedIndex when a callback is passed.

Former-commit-id: d16763e7d35660d8ba9ea976c8b2a4dc20f1211f
This commit is contained in:
John-David Dalton
2012-06-14 00:28:36 -04:00
parent e5555dd26a
commit 24c9b6e211
3 changed files with 112 additions and 89 deletions

View File

@@ -8,6 +8,7 @@
/** Used to minify variables embedded in compiled strings */
var compiledVars = [
'accumulator',
'args',
'arrayClass',
'callback',
'className',
@@ -18,14 +19,17 @@
'hasOwnProperty',
'identity',
'index',
'isFunc',
'iteratorBind',
'length',
'methodName',
'noaccum',
'object',
'objectTypes',
'noaccum',
'property',
'result',
'skipProto',
'slice',
'source',
'sourceIndex',
'stringClass',