Underscore 0.5.5, with a fix for OOP-wrapping in MobileSafari, thanks to terrcin.

This commit is contained in:
Jeremy Ashkenas
2010-01-09 19:34:32 -05:00
parent 6866ffb840
commit cda9099a21
3 changed files with 14 additions and 8 deletions

View File

@@ -113,11 +113,11 @@
<p>
<table>
<tr>
<td><a href="underscore.js">Development Version (0.5.4)</a></td>
<td><a href="underscore.js">Development Version (0.5.5)</a></td>
<td><i>22kb, Uncompressed with Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (0.5.4)</a></td>
<td><a href="underscore-min.js">Production Version (0.5.5)</a></td>
<td><i>3kb, Packed and Gzipped</i></td>
</tr>
</table>
@@ -1067,6 +1067,11 @@ _([1, 2, 3]).value();
<h2>Change Log</h2>
<p>
<b class="header">0.5.5</b><br />
Fix for a bug in MobileSafari's OOP-wrapper, with the arguments object.
</p>
<p>
<b class="header">0.5.4</b><br />
Fix for multiple single quotes within a template string for