added suggested speed boost for isNumber

This commit is contained in:
Jeremy Ashkenas
2010-01-20 13:50:08 -05:00
parent 52ac3db77c
commit 30858c50a8
4 changed files with 15 additions and 12 deletions

View File

@@ -1086,7 +1086,8 @@ _([1, 2, 3]).value();
<p>
<b class="header">0.5.7</b><br />
A safer implementation of <tt>_.isArguments</tt>, thanks to
A safer implementation of <tt>_.isArguments</tt>, and a
faster <tt>_.isNumber</tt>, thanks to
<a href="http://jedschmidt.com/">Jed Schmidt</a>.
</p>