summaryrefslogtreecommitdiff
path: root/docs/v3/some.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/some.js.html')
-rw-r--r--docs/v3/some.js.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/v3/some.js.html b/docs/v3/some.js.html
index 93e2d8c..807772a 100644
--- a/docs/v3/some.js.html
+++ b/docs/v3/some.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 createTester from &apos;./internal/createTester&apos;;
-import eachOf from &apos;./eachOf&apos;
-import awaitify from &apos;./internal/awaitify&apos;
+ <pre class="prettyprint source linenums"><code>import createTester from &apos;./internal/createTester.js&apos;
+import eachOf from &apos;./eachOf.js&apos;
+import awaitify from &apos;./internal/awaitify.js&apos;
/**
* Returns `true` if at least one element in the `coll` satisfies an async test.