mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Bump to v3.3.0.
This commit is contained in:
@@ -33,7 +33,9 @@ var baseCallback = require('../internal/baseCallback'),
|
||||
* 'pebbles': { 'age': 1, 'active': true }
|
||||
* };
|
||||
*
|
||||
* _.findKey(users, function(chr) { return chr.age < 40; });
|
||||
* _.findKey(users, function(chr) {
|
||||
* return chr.age < 40;
|
||||
* });
|
||||
* // => 'barney' (iteration order is not guaranteed)
|
||||
*
|
||||
* // using the `_.matches` callback shorthand
|
||||
|
||||
Reference in New Issue
Block a user