Update build.js and pre-compile.js for _.invert, _.pairs, and _.random.

Former-commit-id: 0dc281f6e1a07f0a4121f71c37e15a7ca0e18960
This commit is contained in:
John-David Dalton
2012-08-31 13:35:40 -07:00
parent a7e3136a0b
commit 24dcc6947c
2 changed files with 9 additions and 0 deletions

View File

@@ -190,6 +190,7 @@
'indexOf': ['sortedIndex'], 'indexOf': ['sortedIndex'],
'initial': [], 'initial': [],
'intersection': ['indexOf'], 'intersection': ['indexOf'],
'invert': [],
'invoke': [], 'invoke': [],
'isArguments': [], 'isArguments': [],
'isArray': [], 'isArray': [],
@@ -220,9 +221,11 @@
'object': [], 'object': [],
'omit': ['indexOf', 'isArguments'], 'omit': ['indexOf', 'isArguments'],
'once': [], 'once': [],
'pairs': [],
'partial': [], 'partial': [],
'pick': [], 'pick': [],
'pluck': [], 'pluck': [],
'random': [],
'range': [], 'range': [],
'reduce': [], 'reduce': [],
'reduceRight': ['keys'], 'reduceRight': ['keys'],
@@ -282,10 +285,13 @@
'countBy', 'countBy',
'forIn', 'forIn',
'forOwn', 'forOwn',
'invert',
'merge', 'merge',
'object', 'object',
'omit', 'omit',
'pairs',
'partial', 'partial',
'random',
'unescape', 'unescape',
'where' 'where'
])); ]));

View File

@@ -157,6 +157,7 @@
'inject', 'inject',
'interpolate', 'interpolate',
'intersection', 'intersection',
'invert',
'invoke', 'invoke',
'isArguments', 'isArguments',
'isArray', 'isArray',
@@ -191,9 +192,11 @@
'omit', 'omit',
'once', 'once',
'opera', 'opera',
'pairs',
'partial', 'partial',
'pick', 'pick',
'pluck', 'pluck',
'random',
'range', 'range',
'reduce', 'reduce',
'reduceRight', 'reduceRight',