Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Mar 3, 2014
1 parent 3d647d5 commit 188f6d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions index.html
Expand Up @@ -1332,10 +1332,8 @@ <h2 id="objects">Object Functions</h2>
<p id="defaults">
<b class="header">defaults</b><code>_.defaults(object, *defaults)</code>
<br />
Fill in <tt>undefined</tt> properties in <b>object</b> with values from the
<b>defaults</b> objects, and return the <b>object</b>. As soon as the
property is filled, further defaults will have no effect; this includes
latter <b>defaults</b> objects within the same call.
Fill in <tt>undefined</tt> properties in <b>object</b> with the first
value present in the following list of <b>defaults</b> objects.
</p>
<pre>
var iceCream = {flavor: "chocolate"};
Expand Down

0 comments on commit 188f6d3

Please sign in to comment.