Add doc note to _.defaults for a deep version. [ci skip] [closes #154]

This commit is contained in:
John-David Dalton
2014-05-02 22:49:36 -07:00
parent 40809e40c2
commit 53bfafb84c

View File

@@ -5726,6 +5726,9 @@
* object for all destination properties that resolve to `undefined`. Once a
* 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
* @memberOf _
* @category Objects