lodash: Add thisArg to groupBy and optimize invoke. [jddalton]

Former-commit-id: 74b0105af083471a56d60ac423409ae39e17d44a
This commit is contained in:
John-David Dalton
2012-04-25 00:08:46 -04:00
parent 774f159e67
commit 313ffb8821
4 changed files with 66 additions and 31 deletions

View File

@@ -14,6 +14,7 @@
/** Used to minify variables embedded in compiled strings */
var compiledVars = [
'accumulator',
'args',
'array',
'arrayClass',
'bind',
@@ -37,6 +38,7 @@
'length',
'object',
'Math',
'methodName',
'prop',
'property',
'result',