summaryrefslogtreecommitdiff
path: root/docs/v3/race.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/race.js.html')
-rw-r--r--docs/v3/race.js.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/v3/race.js.html b/docs/v3/race.js.html
index 8ed89e6..b941ab0 100644
--- a/docs/v3/race.js.html
+++ b/docs/v3/race.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 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 once from &apos;./internal/once.js&apos;
+import wrapAsync from &apos;./internal/wrapAsync.js&apos;
+import awaitify from &apos;./internal/awaitify.js&apos;
/**
* Runs the `tasks` array of functions in parallel, without waiting until the