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

View File

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