Add _.remove, _.pull, and fix typos in build. [closes #281]

Former-commit-id: e771f3934c868d0d7093f1690d9c7d57fa75ae89
This commit is contained in:
John-David Dalton
2013-07-30 23:46:43 -07:00
parent 70a5efa1d6
commit 28e3ab73fa
4 changed files with 159 additions and 52 deletions

View File

@@ -212,11 +212,13 @@
'partialRight',
'pick',
'pluck',
'pull',
'random',
'range',
'reduce',
'reduceRight',
'reject',
'remove',
'rest',
'result',
'runInContext',