added a false case for the isObject test documentation

This commit is contained in:
bjh
2012-01-26 16:04:58 -05:00
parent 7a2e45eb3a
commit 53829cbd5c

View File

@@ -1233,6 +1233,8 @@ _.isUndefined(window.missingVariable);
<pre>
_.isObject({});
=&gt; true
_.isObject('am I an object?');
=&gt; false
</pre>
<h2 id="utility">Utility Functions</h2>