mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Cleanup docs for _.callback. [ci skip]
This commit is contained in:
@@ -10291,10 +10291,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a function bound to an optional `thisArg`. If `func` is a property
|
* Creates a function that invokes `func` with the `this` binding of `thisArg`
|
||||||
* name the created callback returns the property value for a given element.
|
* and arguments of the created function. If `func` is a property name the
|
||||||
* If `func` is an object the created callback returns `true` for elements
|
* created callback returns the property value for a given element. If `func`
|
||||||
* that contain the equivalent object properties, otherwise it returns `false`.
|
* is an object the created callback returns `true` for elements that contain
|
||||||
|
* the equivalent object properties, otherwise it returns `false`.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user