Skip to content

Commit c9ef7f4

Browse files
committed
Auto-generated commit
1 parent f9580a8 commit c9ef7f4

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/factory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ var limit = require( './limit.js' );
3737
*
3838
* - This function does **not** guarantee that execution is asynchronous. To do so, wrap the `done` callback in a function which either executes at the end of the current stack (e.g., `nextTick`) or during a subsequent turn of the event loop (e.g., `setImmediate`, `setTimeout`).
3939
*
40-
*
4140
* @param {Options} [options] - function options
4241
* @param {*} [options.thisArg] - execution context
4342
* @param {PositiveInteger} [options.limit] - maximum number of pending invocations at any one time

lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ var factory = require( './factory.js' );
3232
*
3333
* - This function does **not** guarantee that execution is asynchronous. To do so, wrap the `done` callback in a function which either executes at the end of the current stack (e.g., `nextTick`) or during a subsequent turn of the event loop (e.g., `setImmediate`, `setTimeout`).
3434
*
35-
*
3635
* @param {Collection} collection - input collection
3736
* @param {Options} [options] - function options
3837
* @param {*} [options.thisArg] - execution context

0 commit comments

Comments
 (0)