mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Add doc note to _.defaults for a deep version. [ci skip] [closes #154]
This commit is contained in:
@@ -5726,6 +5726,9 @@
|
|||||||
* object for all destination properties that resolve to `undefined`. Once a
|
* object for all destination properties that resolve to `undefined`. Once a
|
||||||
* property is set, additional defaults of the same property will be ignored.
|
* property is set, additional defaults of the same property will be ignored.
|
||||||
*
|
*
|
||||||
|
* Note: See the [documentation example of `_.partialRight`](http://lodash.com/docs#partialRight)
|
||||||
|
* for a deep version of this method.
|
||||||
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
* @category Objects
|
* @category Objects
|
||||||
|
|||||||
Reference in New Issue
Block a user