Add _.where. [closes #22].

Former-commit-id: dec7a9d0df4158a395ec84fb9e774ed20205d421
This commit is contained in:
John-David Dalton
2012-07-29 13:48:21 -07:00
parent 86bd847bf9
commit 80d0b5d4ed
3 changed files with 65 additions and 16 deletions

View File

@@ -18,6 +18,7 @@
'compareAscending',
'concat',
'ctor',
'forIn',
'funcClass',
'funcs',
'hasOwnProperty',
@@ -35,11 +36,16 @@
'noaccum',
'object',
'objectTypes',
'ownIndex',
'ownProps',
'pass',
'prop',
'propIndex',
'props',
'properties',
'property',
'propertyIsEnumerable',
'propIndex',
'props',
'propsLength',
'result',
'skipProto',
'slice',
@@ -195,6 +201,7 @@
'values',
'variable',
'VERSION',
'where',
'without',
'wrap',
'zip',