From 616386f04520a56c0e11224651a278dd2e6fab94 Mon Sep 17 00:00:00 2001 From: Phil Freo Date: Tue, 27 Dec 2016 16:41:52 -0500 Subject: [PATCH] Docs: more explicit return value of _.defaults; Closes #2625 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 788b35d46..8c829fd49 100644 --- a/index.html +++ b/index.html @@ -1548,8 +1548,8 @@

Object Functions

defaults_.defaults(object, *defaults)
- Fill in undefined properties in object with the first - value present in the following list of defaults objects. + Returns object after filling in its undefined properties + with the first value present in the following list of defaults objects.

 var iceCream = {flavor: "chocolate"};