mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Bump to v4.0.1.
This commit is contained in:
@@ -2,9 +2,9 @@ define(['./internal/createAggregator'], function(createAggregator) {
|
||||
|
||||
/**
|
||||
* Creates an array of elements split into two groups, the first of which
|
||||
* contains elements `predicate` returns truthy for, while the second of which
|
||||
* contains elements `predicate` returns falsey for. The predicate is invoked
|
||||
* with three arguments: (value, index|key, collection).
|
||||
* contains elements `predicate` returns truthy for, the second of which
|
||||
* contains elements `predicate` returns falsey for. The predicate is
|
||||
* invoked with one argument: (value).
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user