diff options
author | Graeme Yeates <yeatesgraeme@gmail.com> | 2016-06-21 11:15:53 -0400 |
---|---|---|
committer | Hubert Argasinski <argasinski.hubert@gmail.com> | 2016-06-29 01:56:30 -0400 |
commit | d8abc2bd97ea25e4eb915a39a9802cda5bfea135 (patch) | |
tree | c95bac3d2a3da68187723c12a7d469e3c3a6f509 /lib/eachOf.js | |
parent | 7eaa3b3a9bee0df38ebc0b640a97de42ca05d5da (diff) | |
download | async-d8abc2bd97ea25e4eb915a39a9802cda5bfea135.tar.gz |
Genetate import path using jsdoc plugin
Diffstat (limited to 'lib/eachOf.js')
-rw-r--r-- | lib/eachOf.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/eachOf.js b/lib/eachOf.js index d8f46f7..b51fefb 100644 --- a/lib/eachOf.js +++ b/lib/eachOf.js @@ -2,9 +2,6 @@ import eachOfLimit from './eachOfLimit'; import doLimit from './internal/doLimit'; /** - * ``` - * import eachOf from 'async/eachOf' - * ``` * Like [`each`]{@link module:Collections.each}, except that it passes the key (or index) as the second argument * to the iteratee. * |