mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Bump to v4.0.1.
This commit is contained in:
2
minBy.js
2
minBy.js
@@ -18,7 +18,7 @@ define(['./internal/baseExtremum', './internal/baseIteratee', './lt'], function(
|
||||
*
|
||||
* var objects = [{ 'n': 1 }, { 'n': 2 }];
|
||||
*
|
||||
* _.minBy(objects, function(o) { return o.a; });
|
||||
* _.minBy(objects, function(o) { return o.n; });
|
||||
* // => { 'n': 1 }
|
||||
*
|
||||
* // using the `_.property` iteratee shorthand
|
||||
|
||||
Reference in New Issue
Block a user