Underscore 1.0.2, with a fixed _.isArguments for Opera

This commit is contained in:
Jeremy Ashkenas
2010-03-23 11:06:11 -04:00
parent a6578068d2
commit c8858f4c8f
4 changed files with 29 additions and 23 deletions

View File

@@ -111,11 +111,11 @@
<p>
<table>
<tr>
<td><a href="underscore.js">Development Version (1.0.1)</a></td>
<td><a href="underscore.js">Development Version (1.0.2)</a></td>
<td><i>25kb, Uncompressed with Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (1.0.1)</a></td>
<td><a href="underscore-min.js">Production Version (1.0.2)</a></td>
<td><i>2.5kb, Packed and Gzipped</i></td>
</tr>
</table>
@@ -1136,6 +1136,12 @@ _([1, 2, 3]).value();
<h2>Change Log</h2>
<p>
<b class="header">1.0.2</b><br />
Fixes <tt>_.isArguments</tt> in recent versions of Opera, which have
arguments objects as real Arrays.
</p>
<p>
<b class="header">1.0.1</b><br />
Bugfix for <tt>_.isEqual</tt>, when comparing two objects with the same