mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +00:00
Whitespace nit in _.propertyOf doc example. [ci skip]
This commit is contained in:
@@ -9599,7 +9599,7 @@
|
|||||||
* @returns {Function} Returns the new function.
|
* @returns {Function} Returns the new function.
|
||||||
* @example
|
* @example
|
||||||
*
|
*
|
||||||
* var fred = { 'user': 'fred', 'age': 40, 'active': true };
|
* var fred = { 'user': 'fred', 'age': 40, 'active': true };
|
||||||
* _.map(['age', 'active'], _.propertyOf(fred));
|
* _.map(['age', 'active'], _.propertyOf(fred));
|
||||||
* // => [40, true]
|
* // => [40, true]
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user