summaryrefslogtreecommitdiff
path: root/docs/v3/reduce.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/reduce.js.html')
-rw-r--r--docs/v3/reduce.js.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/v3/reduce.js.html b/docs/v3/reduce.js.html
index c976da7..10f2978 100644
--- a/docs/v3/reduce.js.html
+++ b/docs/v3/reduce.js.html
@@ -30,7 +30,7 @@
</div>
<ul class="nav navbar-nav">
<li id="version-dropdown" class="dropdown">
- <a href="#" class="dropdown-toggle vertically-centered" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v3.2.2 <span class="caret"></span>
+ <a href="#" class="dropdown-toggle vertically-centered" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v3.2.3 <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="../v3/">v3.0.x</a></li>
@@ -75,10 +75,10 @@
<section>
<article>
- <pre class="prettyprint source linenums"><code>import eachOfSeries from &apos;./eachOfSeries&apos;;
-import once from &apos;./internal/once&apos;;
-import wrapAsync from &apos;./internal/wrapAsync&apos;;
-import awaitify from &apos;./internal/awaitify&apos;
+ <pre class="prettyprint source linenums"><code>import eachOfSeries from &apos;./eachOfSeries.js&apos;
+import once from &apos;./internal/once.js&apos;
+import wrapAsync from &apos;./internal/wrapAsync.js&apos;
+import awaitify from &apos;./internal/awaitify.js&apos;
/**
* Reduces `coll` into a single value using an async `iteratee` to return each