mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Bump to v3.2.0.
This commit is contained in:
@@ -25,7 +25,7 @@ import map from './map';
|
||||
* // => [36, 40] (iteration order is not guaranteed)
|
||||
*/
|
||||
function pluck(collection, key) {
|
||||
return map(collection, baseProperty(key + ''));
|
||||
return map(collection, baseProperty(key));
|
||||
}
|
||||
|
||||
export default pluck;
|
||||
|
||||
Reference in New Issue
Block a user