Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
think2011 committed Jan 17, 2016
1 parent cce1ebb commit f89e64d
Show file tree
Hide file tree
Showing 133 changed files with 524 additions and 524 deletions.
2 changes: 1 addition & 1 deletion VERSION.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>VERSION <a class="fa-link" href="./VERSION" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L14087" title="View in source." target="github">source</a> </h2>
<div data-render-page="entry"><h2>VERSION <a class="fa-link" href="./VERSION" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L14085" title="View in source." target="github">source</a> </h2>
<div class="signature">_.VERSION</div>

<div data-render-html="/VERSION"><p>(string): The semantic version number.</p>
Expand Down
2 changes: 1 addition & 1 deletion add.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>add <a class="fa-link" href="./add" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L13470" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.add" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>add <a class="fa-link" href="./add" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L13468" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.add" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.add(augend, addend)</div>

<div data-render-html="/add"><p>Adds two numbers.</p>
Expand Down
349 changes: 175 additions & 174 deletions all.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assign.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>assign <a class="fa-link" href="./assign" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10275" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assign" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>assign <a class="fa-link" href="./assign" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10273" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assign" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.assign(object, [sources])</div>

<div data-render-html="/assign"><p>Assigns own enumerable properties of source objects to the destination
Expand Down
2 changes: 1 addition & 1 deletion assignIn.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>assignIn <span class="aliases">extend</span> <a class="fa-link" href="./assignIn" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10308" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assignin" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>assignIn <span class="aliases">extend</span> <a class="fa-link" href="./assignIn" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10306" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assignin" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.assignIn(object, [sources])</div>

<div data-render-html="/assignIn"><p>This method is like <code>_.assign</code> except that it iterates over own and
Expand Down
2 changes: 1 addition & 1 deletion assignInWith.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>assignInWith <span class="aliases">extendWith</span> <a class="fa-link" href="./assignInWith" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10339" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assigninwith" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>assignInWith <span class="aliases">extendWith</span> <a class="fa-link" href="./assignInWith" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10337" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assigninwith" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.assignInWith(object, sources, [customizer])</div>

<div data-render-html="/assignInWith"><p>This method is like <code>_.assignIn</code> except that it accepts <code>customizer</code> which
Expand Down
2 changes: 1 addition & 1 deletion assignWith.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>assignWith <a class="fa-link" href="./assignWith" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10369" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assignwith" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>assignWith <a class="fa-link" href="./assignWith" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10367" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.assignwith" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.assignWith(object, sources, [customizer])</div>

<div data-render-html="/assignWith"><p>This method is like <code>_.assign</code> except that it accepts <code>customizer</code> which
Expand Down
2 changes: 1 addition & 1 deletion at.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>at <a class="fa-link" href="./at" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10393" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.at" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>at <a class="fa-link" href="./at" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10391" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.at" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.at(object, [paths])</div>

<div data-render-html="/at"><p>Creates an array of values corresponding to <code>paths</code> of <code>object</code>.</p>
Expand Down
2 changes: 1 addition & 1 deletion attempt.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>attempt <a class="fa-link" href="./attempt" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12686" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.attempt" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>attempt <a class="fa-link" href="./attempt" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12684" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.attempt" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.attempt(func)</div>

<div data-render-html="/attempt"><p>Attempts to invoke <code>func</code>, returning either the result or the caught error
Expand Down
2 changes: 1 addition & 1 deletion bindAll.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>bindAll <a class="fa-link" href="./bindAll" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12720" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.bindall" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>bindAll <a class="fa-link" href="./bindAll" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12718" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.bindall" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.bindAll(object, methodNames)</div>

<div data-render-html="/bindAll"><p>Binds methods of an object to the object itself, overwriting the existing
Expand Down
2 changes: 1 addition & 1 deletion camelCase.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>camelCase <a class="fa-link" href="./camelCase" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11638" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.camelcase" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>camelCase <a class="fa-link" href="./camelCase" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11636" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.camelcase" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.camelCase([string&#x3D;&#x27;&#x27;])</div>

<div data-render-html="/camelCase"><p>Converts <code>string</code> to <a href="https://en.wikipedia.org/wiki/CamelCase" target="_blank">camel case</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion capitalize.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>capitalize <a class="fa-link" href="./capitalize" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11657" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.capitalize" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>capitalize <a class="fa-link" href="./capitalize" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11655" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.capitalize" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.capitalize([string&#x3D;&#x27;&#x27;])</div>

<div data-render-html="/capitalize"><p>Converts the first character of <code>string</code> to upper case and the remaining
Expand Down
2 changes: 1 addition & 1 deletion ceil.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>ceil <a class="fa-link" href="./ceil" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L13501" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.ceil" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>ceil <a class="fa-link" href="./ceil" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L13499" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.ceil" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.ceil(number, [precision&#x3D;0])</div>

<div data-render-html="/ceil"><p>Computes <code>number</code> rounded up to <code>precision</code>.</p>
Expand Down
2 changes: 1 addition & 1 deletion clamp.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>clamp <a class="fa-link" href="./clamp" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11479" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.clamp" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>clamp <a class="fa-link" href="./clamp" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11477" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.clamp" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.clamp(number, [min], max)</div>

<div data-render-html="/clamp"><p>Returns a number whose value is limited to the given range specified
Expand Down
2 changes: 1 addition & 1 deletion cond.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>cond <a class="fa-link" href="./cond" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12755" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.cond" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>cond <a class="fa-link" href="./cond" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12753" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.cond" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.cond(pairs)</div>

<div data-render-html="/cond"><p>Creates a function that iterates over <code>pairs</code> invoking the corresponding
Expand Down
2 changes: 1 addition & 1 deletion conforms.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>conforms <a class="fa-link" href="./conforms" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12797" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.conforms" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>conforms <a class="fa-link" href="./conforms" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12795" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.conforms" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.conforms(source)</div>

<div data-render-html="/conforms"><p>Creates a function that invokes the predicate properties of <code>source</code> with
Expand Down
2 changes: 1 addition & 1 deletion constant.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>constant <a class="fa-link" href="./constant" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12817" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.constant" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>constant <a class="fa-link" href="./constant" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L12815" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.constant" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.constant(value)</div>

<div data-render-html="/constant"><p>Creates a function that returns <code>value</code>.</p>
Expand Down
2 changes: 1 addition & 1 deletion create.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>create <a class="fa-link" href="./create" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10429" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.create" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>create <a class="fa-link" href="./create" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10427" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.create" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.create(prototype, [properties])</div>

<div data-render-html="/create"><p>Creates an object that inherits from the <code>prototype</code> object. If a <code>properties</code>
Expand Down
2 changes: 1 addition & 1 deletion deburr.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>deburr <a class="fa-link" href="./deburr" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11675" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.deburr" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>deburr <a class="fa-link" href="./deburr" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L11673" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.deburr" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.deburr([string&#x3D;&#x27;&#x27;])</div>

<div data-render-html="/deburr"><p>Deburrs <code>string</code> by converting <a href="https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block" target="_blank">latin-1 supplementary letters</a>#Character_table)
Expand Down
2 changes: 1 addition & 1 deletion defaults.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>defaults <a class="fa-link" href="./defaults" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10453" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.defaults" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>defaults <a class="fa-link" href="./defaults" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10451" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.defaults" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.defaults(object, [sources])</div>

<div data-render-html="/defaults"><p>Assigns own and inherited enumerable properties of source objects to the
Expand Down
2 changes: 1 addition & 1 deletion defaultsDeep.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@

<div id="main" onclick="">
<div id="content" class="markdown-body">
<div data-render-page="entry"><h2>defaultsDeep <a class="fa-link" href="./defaultsDeep" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10476" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.defaultsdeep" title="See the npm package." target="npm">npm</a></h2>
<div data-render-page="entry"><h2>defaultsDeep <a class="fa-link" href="./defaultsDeep" title="Link to this entry.">&#xf0c1;</a> <a href="https://github.com/lodash/lodash/blob/4.0.0-pre/lodash.src.js#L10474" title="View in source." target="github">source</a> <a href="https://www.npmjs.com/package/lodash.defaultsdeep" title="See the npm package." target="npm">npm</a></h2>
<div class="signature">_.defaultsDeep(object, [sources])</div>

<div data-render-html="/defaultsDeep"><p>This method is like <code>_.defaults</code> except that it recursively assigns
Expand Down
Loading

0 comments on commit f89e64d

Please sign in to comment.