mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Remove references to _.
This commit is contained in:
@@ -8,7 +8,6 @@ import keysIn from './keysIn.js';
|
||||
* **Note:** Non-object values are coerced to objects.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 3.0.0
|
||||
* @category Object
|
||||
* @param {Object} object The object to query.
|
||||
@@ -22,7 +21,7 @@ import keysIn from './keysIn.js';
|
||||
*
|
||||
* Foo.prototype.c = 3;
|
||||
*
|
||||
* _.valuesIn(new Foo);
|
||||
* valuesIn(new Foo);
|
||||
* // => [1, 2, 3] (iteration order is not guaranteed)
|
||||
*/
|
||||
function valuesIn(object) {
|
||||
|
||||
Reference in New Issue
Block a user