Skip to content

Commit

Permalink
fixes jashkenas#1111 -- docco
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed May 26, 2013
1 parent 783bf31 commit a187a09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,8 @@ <h2 id="objects">Object Functions</h2>
<p id="isEmpty">
<b class="header">isEmpty</b><code>_.isEmpty(object)</code>
<br />
Returns <i>true</i> if <b>object</b> contains no values.
Returns <i>true</i> if <b>object</b> contains no values
(no enumerable own-properties).
</p>
<pre>
_.isEmpty([1, 2, 3]);
Expand Down

0 comments on commit a187a09

Please sign in to comment.