summaryrefslogtreecommitdiff
path: root/docs/v3/eachOf.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/eachOf.js.html')
-rw-r--r--docs/v3/eachOf.js.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/v3/eachOf.js.html b/docs/v3/eachOf.js.html
index 2c54a98..408ff1d 100644
--- a/docs/v3/eachOf.js.html
+++ b/docs/v3/eachOf.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,13 +75,13 @@
<section>
<article>
- <pre class="prettyprint source linenums"><code>import isArrayLike from &apos;./internal/isArrayLike&apos;;
-import breakLoop from &apos;./internal/breakLoop&apos;;
-import eachOfLimit from &apos;./eachOfLimit&apos;;
-import once from &apos;./internal/once&apos;;
-import onlyOnce from &apos;./internal/onlyOnce&apos;;
-import wrapAsync from &apos;./internal/wrapAsync&apos;;
-import awaitify from &apos;./internal/awaitify&apos;
+ <pre class="prettyprint source linenums"><code>import isArrayLike from &apos;./internal/isArrayLike.js&apos;
+import breakLoop from &apos;./internal/breakLoop.js&apos;
+import eachOfLimit from &apos;./eachOfLimit.js&apos;
+import once from &apos;./internal/once.js&apos;
+import onlyOnce from &apos;./internal/onlyOnce.js&apos;
+import wrapAsync from &apos;./internal/wrapAsync.js&apos;
+import awaitify from &apos;./internal/awaitify.js&apos;
// eachOf implementation optimized for array-likes
function eachOfArrayLike(coll, iteratee, callback) {