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