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