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