File tree 3 files changed +0
-3
lines changed 3 files changed +0
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ var limit = require( './limit.js' );
39
39
* - Iteration and insertion order are **not** guaranteed.
40
40
* - The function only operates on own properties, not inherited properties.
41
41
*
42
- *
43
42
* @param {Options } [options] - function options
44
43
* @param {* } [options.thisArg] - execution context
45
44
* @param {PositiveInteger } [options.limit] - maximum number of pending invocations at any one time
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ var factory = require( './factory.js' );
35
35
* - Iteration and insertion order are **not** guaranteed.
36
36
* - The function only operates on own properties, not inherited properties.
37
37
*
38
- *
39
38
* @param {Object } obj - source object
40
39
* @param {Options } [options] - function options
41
40
* @param {* } [options.thisArg] - execution context
You can’t perform that action at this time.
0 commit comments