Add the _.support object.

Former-commit-id: b81ec9e5dbd41c729b3ad71187cb5e77e0755b9f
This commit is contained in:
John-David Dalton
2013-03-07 09:02:44 -08:00
parent 3131cc3160
commit 952afa05ce
3 changed files with 445 additions and 342 deletions

View File

@@ -33,19 +33,15 @@
'thisArg'
];
/** Used to minify `compileIterator` option properties */
/** Used to minify `iteratorTemplate` data properties */
var iteratorOptions = [
'args',
'arrays',
'bottom',
'firstArg',
'hasDontEnumBug',
'hasEnumPrototype',
'isKeysFast',
'loop',
'nonEnumArgs',
'noCharByIndex',
'shadowedProps',
'support',
'top',
'useHas'
];
@@ -74,6 +70,8 @@
'all',
'amd',
'any',
'argsClass',
'argsObject',
'assign',
'at',
'attachEvent',
@@ -98,12 +96,15 @@
'difference',
'drop',
'each',
'enumPrototypes',
'environment',
'escape',
'evaluate',
'every',
'exports',
'extend',
'fastBind',
'fastKeys',
'filter',
'find',
'first',
@@ -159,9 +160,13 @@
'min',
'mixin',
'noConflict',
'nodeClass',
'nonEnumArgs',
'nonEnumShadows',
'object',
'omit',
'once',
'ownLast',
'pairs',
'parseInt',
'partial',
@@ -185,6 +190,8 @@
'sortBy',
'sortedIndex',
'source',
'spliceObjects',
'support',
'tail',
'take',
'tap',
@@ -194,6 +201,7 @@
'times',
'toArray',
'unescape',
'unindexedChars',
'union',
'uniq',
'unique',