summaryrefslogtreecommitdiff
path: root/lib/asyncify.js
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-06-21 11:15:53 -0400
committerHubert Argasinski <argasinski.hubert@gmail.com>2016-06-29 01:56:30 -0400
commitd8abc2bd97ea25e4eb915a39a9802cda5bfea135 (patch)
treec95bac3d2a3da68187723c12a7d469e3c3a6f509 /lib/asyncify.js
parent7eaa3b3a9bee0df38ebc0b640a97de42ca05d5da (diff)
downloadasync-d8abc2bd97ea25e4eb915a39a9802cda5bfea135.tar.gz
Genetate import path using jsdoc plugin
Diffstat (limited to 'lib/asyncify.js')
-rw-r--r--lib/asyncify.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/asyncify.js b/lib/asyncify.js
index 9baa238..e235311 100644
--- a/lib/asyncify.js
+++ b/lib/asyncify.js
@@ -2,9 +2,6 @@ import isObject from 'lodash/isObject';
import initialParams from './internal/initialParams';
/**
- * ```
- * import asyncify from 'async/asyncify'
- * ```
* Take a sync function and make it async, passing its return value to a
* callback. This is useful for plugging sync functions into a waterfall,
* series, or other async functions. Any arguments passed to the generated