Bump to v1.2.0.

Former-commit-id: bb045c043e8f1bbf6cf7fbf463952daa1c24c855
This commit is contained in:
John-David Dalton
2013-04-16 09:00:33 -07:00
parent 758ff03520
commit 2276df07bd
15 changed files with 53 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
# Lo-Dash <sup>v1.1.1</sup>
# Lo-Dash <sup>v1.2.0</sup>
<!-- div -->
@@ -3775,7 +3775,7 @@ A reference to the `lodash` function.
### <a id="_supportargsobject"></a>`_.support.argsObject`
<a href="#_supportargsobject">#</a> [&#x24C8;](https://github.com/bestiejs/lodash/blob/master/lodash.js#L301 "View in source") [&#x24C9;][1]
*(Boolean)*: Detect if `arguments` objects are `Object` objects *(all but Opera < `10.5`)*.
*(Boolean)*: Detect if `arguments` objects are `Object` objects *(all but Narwhal and Opera < `10.5`)*.
* * *

View File

@@ -21,7 +21,7 @@
// generate Markdown
$markdown = docdown(array(
'path' => '../' . $file,
'title' => 'Lo-Dash <sup>v1.1.1</sup>',
'title' => 'Lo-Dash <sup>v1.2.0</sup>',
'toc' => 'categories',
'url' => 'https://github.com/bestiejs/lodash/blob/master/lodash.js'
));