summaryrefslogtreecommitdiff
path: root/docs/v3/map.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/map.js.html')
-rw-r--r--docs/v3/map.js.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/v3/map.js.html b/docs/v3/map.js.html
index ce9629d..26c7ae2 100644
--- a/docs/v3/map.js.html
+++ b/docs/v3/map.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 _map from &apos;./internal/map&apos;;
-import eachOf from &apos;./eachOf&apos;
-import awaitify from &apos;./internal/awaitify&apos;
+ <pre class="prettyprint source linenums"><code>import _map from &apos;./internal/map.js&apos;
+import eachOf from &apos;./eachOf.js&apos;
+import awaitify from &apos;./internal/awaitify.js&apos;
/**
* Produces a new collection of values by mapping each value in `coll` through