From f99bc6d8f9f522f54866c1ea311ea487daa92339 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 7 Dec 2014 22:31:36 -0800 Subject: [PATCH] Remove doc note for deep defaults. [ci skip] --- lodash.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lodash.js b/lodash.js index e5818bc67..8fe5d9a2d 100644 --- a/lodash.js +++ b/lodash.js @@ -7940,9 +7940,6 @@ * object for all destination properties that resolve to `undefined`. Once a * property is set, additional defaults of the same property are ignored. * - * **Note:** See the [documentation example of `_.partialRight`](https://lodash.com/docs#partialRight) - * for a deep version of this method. - * * @static * @memberOf _ * @category Object