mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
fixing silly typo.
This commit is contained in:
@@ -1283,7 +1283,7 @@ _([1, 2, 3]).value();
|
|||||||
<p>
|
<p>
|
||||||
<b class="header">1.1.7</b> — <small><i>July 13, 2011</i></small><br />
|
<b class="header">1.1.7</b> — <small><i>July 13, 2011</i></small><br />
|
||||||
Added <tt>_.groupBy</tt>, which aggregates a collection into groups of like items.
|
Added <tt>_.groupBy</tt>, which aggregates a collection into groups of like items.
|
||||||
Added <tt>_.untion</tt> and <tt>_.difference</tt>, to complement the
|
Added <tt>_.union</tt> and <tt>_.difference</tt>, to complement the
|
||||||
(re-named) <tt>_.intersection</tt>.
|
(re-named) <tt>_.intersection</tt>.
|
||||||
Various improvements for support of sparse arrays.
|
Various improvements for support of sparse arrays.
|
||||||
<tt>_.toArray</tt> now returns a clone, if directly passed an array.
|
<tt>_.toArray</tt> now returns a clone, if directly passed an array.
|
||||||
|
|||||||
Reference in New Issue
Block a user