summaryrefslogtreecommitdiff
path: root/docs/v3/whilst.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/whilst.js.html')
-rw-r--r--docs/v3/whilst.js.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/v3/whilst.js.html b/docs/v3/whilst.js.html
index 86a5a47..98a6f59 100644
--- a/docs/v3/whilst.js.html
+++ b/docs/v3/whilst.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,9 +75,9 @@
<section>
<article>
- <pre class="prettyprint source linenums"><code>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 onlyOnce from &apos;./internal/onlyOnce.js&apos;
+import wrapAsync from &apos;./internal/wrapAsync.js&apos;
+import awaitify from &apos;./internal/awaitify.js&apos;
/**
* Repeatedly call `iteratee`, while `test` returns `true`. Calls `callback` when