mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
that's 42 functions, not 43
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<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> —
|
functional suspects: <b>map</b>, <b>select</b>, <b>invoke</b> —
|
||||||
as well as more specialized helpers: function binding, javascript
|
as well as more specialized helpers: function binding, javascript
|
||||||
templating, deep equality testing, and so on. It delegates to built-in
|
templating, deep equality testing, and so on. It delegates to built-in
|
||||||
@@ -92,17 +92,17 @@
|
|||||||
for your perusal.
|
for your perusal.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Downloads</h2>
|
<h2>Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="underscore.js">Development Version</a></td>
|
<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>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="underscore-min.js">Production Version</a></td>
|
<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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user