Underscore.js 1.3.3 (tiny bugfix release)

This commit is contained in:
Jeremy Ashkenas
2012-04-10 10:43:26 -04:00
parent d17834aeb0
commit 599d31101b
5 changed files with 13 additions and 13 deletions

View File

@@ -136,7 +136,7 @@
<div id="sidebar" class="interface">
<a class="toc_title" href="#">
Underscore.js <span class="version">(1.3.2)</span>
Underscore.js <span class="version">(1.3.3)</span>
</a>
<a class="toc_title" href="#">
@@ -323,11 +323,11 @@
<table>
<tr>
<td><a href="underscore.js">Development Version (1.3.2)</a></td>
<td><a href="underscore.js">Development Version (1.3.3)</a></td>
<td><i>37kb, Uncompressed with Plentiful Comments</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version (1.3.2)</a></td>
<td><a href="underscore-min.js">Production Version (1.3.3)</a></td>
<td><i>4kb, Minified and Gzipped</i></td>
</tr>
</table>
@@ -1575,7 +1575,7 @@ _([1, 2, 3]).value();
<h2 id="changelog">Change Log</h2>
<p>
<b class="header">1.3.2</b> &mdash; <small><i>April 9, 2012</i></small><br />
<b class="header">1.3.3</b> &mdash; <small><i>April 10, 2012</i></small><br />
<ul>
<li>
Many improvements to <tt>_.template</tt>, which now provides the