mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
that's 42 functions, not 43
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Underscore provides 43-odd functions that support both the usual
|
||||
Underscore provides 42-odd functions that support both the usual
|
||||
functional suspects: <b>map</b>, <b>select</b>, <b>invoke</b> —
|
||||
as well as more specialized helpers: function binding, javascript
|
||||
templating, deep equality testing, and so on. It delegates to built-in
|
||||
@@ -92,17 +92,17 @@
|
||||
for your perusal.
|
||||
</p>
|
||||
|
||||
<h2>Downloads</h2>
|
||||
<h2>Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
|
||||
|
||||
<p>
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="underscore.js">Development Version</a></td>
|
||||
<td><i>(16kb, Uncompressed Code)</i></td>
|
||||
<td><i>16kb, Uncompressed with Comments</i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="underscore-min.js">Production Version</a></td>
|
||||
<td><i>(4kb, Packed and Gzipped)</i></td>
|
||||
<td><i>4kb, Packed and Gzipped</i></td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user