mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Bump to v0.5.2.
Former-commit-id: 43998ef8cf3cbdb9205d702d950f9f59febc420b
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Lo-Dash <sup>v0.5.1</sup>
|
||||
# Lo-Dash <sup>v0.5.2</sup>
|
||||
|
||||
<!-- div -->
|
||||
|
||||
@@ -2404,7 +2404,7 @@ _.times(3, function() { this.grantWish(); }, genie);
|
||||
### <a id="_toarraycollection"></a>`_.toArray(collection)`
|
||||
<a href="#_toarraycollection">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/master/lodash.js#L2323 "View in source") [Ⓣ][1]
|
||||
|
||||
Converts the `collection`, into an array. Useful for converting the `arguments` object.
|
||||
Converts the `collection`, to an array. Useful for converting the `arguments` object.
|
||||
|
||||
#### Arguments
|
||||
1. `collection` *(Array|Object|String)*: The collection to convert.
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
// generate Markdown
|
||||
$markdown = docdown(array(
|
||||
'path' => '../' . $file,
|
||||
'title' => 'Lo-Dash <sup>v0.5.1</sup>',
|
||||
'title' => 'Lo-Dash <sup>v0.5.2</sup>',
|
||||
'url' => 'https://github.com/bestiejs/lodash/blob/master/lodash.js'
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user