Move _.remove to the "Arrays" category and add unit tests.

Former-commit-id: b0542496b45582b8ca59de19e950dc2368deee0a
This commit is contained in:
John-David Dalton
2013-08-07 08:43:41 -07:00
parent 093f12254f
commit 5ae3eccaf1
4 changed files with 76 additions and 14 deletions

View File

@@ -107,6 +107,7 @@
'lastIndexOf',
'pull',
'range',
'remove',
'rest',
'sortedIndex',
'union',
@@ -144,7 +145,6 @@
'reduce',
'reduceRight',
'reject',
'remove',
'shuffle',
'size',
'some',