mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Underscore 1.0.2, with a fixed _.isArguments for Opera
This commit is contained in:
10
index.html
10
index.html
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user