Skip to content

Commit

Permalink
lodash: Optimize uniq and union, and inflate methods in the "Arra…
Browse files Browse the repository at this point in the history
…ys" category. [jddalton]
  • Loading branch information
jdalton committed Apr 27, 2012
1 parent 9ec4df5 commit 55bfbeb
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 167 deletions.
8 changes: 2 additions & 6 deletions build/pre-compile.js
Expand Up @@ -38,7 +38,6 @@
'length',
'object',
'Math',
'methodName',
'prop',
'property',
'result',
Expand All @@ -50,8 +49,7 @@
'toString',
'true',
'undefined',
'value',
'values'
'value'
];

/** Used to minify `iterationFactory` option properties */
Expand All @@ -60,14 +58,12 @@
'array',
'beforeLoop',
'bottom',
'exits',
'exitsExp',
'exit',
'inLoop',
'init',
'iterate',
'loopExp',
'object',
'returns',
'top',
'useHas'
];
Expand Down

0 comments on commit 55bfbeb

Please sign in to comment.