mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Add a doc note for iterating inherited properties to _.bindAll and _.functions. [ci skip]
This commit is contained in:
@@ -4947,8 +4947,8 @@
|
|||||||
/**
|
/**
|
||||||
* Binds methods of an object to the object itself, overwriting the existing
|
* Binds methods of an object to the object itself, overwriting the existing
|
||||||
* method. Method names may be specified as individual arguments or as arrays
|
* method. Method names may be specified as individual arguments or as arrays
|
||||||
* of method names. If no method names are provided all the function properties
|
* of method names. If no method names are provided all enumerable function
|
||||||
* of `object` will be bound.
|
* properties, own and inherited, of `object` will be bound.
|
||||||
*
|
*
|
||||||
* Note: This method does not set the `length` property of bound functions.
|
* Note: This method does not set the `length` property of bound functions.
|
||||||
*
|
*
|
||||||
@@ -6000,8 +6000,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a sorted array of property names of all enumerable properties,
|
* Creates a sorted array of property names of all enumerable function
|
||||||
* own and inherited, of `object` that have function values.
|
* properties, own and inherited, of `object`.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user