Skip to content

Commit

Permalink
Merge pull request #1222 from scottarver/master
Browse files Browse the repository at this point in the history
Update queue.js documentation
  • Loading branch information
megawac authored Jul 8, 2016
2 parents 8685199 + 7dc9928 commit f4acefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import queue from './internal/queue';
* @property {Function} pause - a function that pauses the processing of tasks
* until `resume()` is called. Invoke with `queue.pause()`.
* @property {Function} resume - a function that resumes the processing of
* queued tasks when the queue is paused. Invoke with `queue.length()`.
* queued tasks when the queue is paused. Invoke with `queue.resume()`.
* @property {Function} kill - a function that removes the `drain` callback and
* empties remaining tasks from the queue forcing it to go idle. Invoke with `queue.kill()`.
*/
Expand Down

0 comments on commit f4acefd

Please sign in to comment.