summaryrefslogtreecommitdiff
path: root/docs/v3/timeout.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/timeout.js.html')
-rw-r--r--docs/v3/timeout.js.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/v3/timeout.js.html b/docs/v3/timeout.js.html
index 872266e..5182c0c 100644
--- a/docs/v3/timeout.js.html
+++ b/docs/v3/timeout.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,8 +75,8 @@
<section>
<article>
- <pre class="prettyprint source linenums"><code>import initialParams from &apos;./internal/initialParams&apos;;
-import wrapAsync from &apos;./internal/wrapAsync&apos;;
+ <pre class="prettyprint source linenums"><code>import initialParams from &apos;./internal/initialParams.js&apos;
+import wrapAsync from &apos;./internal/wrapAsync.js&apos;
/**
* Sets a time limit on an asynchronous function. If the function does not call