e42975a1b0ef7ebbf876cdf8dc626f86c3fc0c9a |
|
13-Jan-2012 |
Eric Ferraiuolo <eferraiuolo@gmail.com> |
Updated Y.Parallel to support calling `add()` with no args.
Previously `add()` required that a function be specified; now it
supports a noops by not having this requirement. The `results` passed to
`callback` will contain `undefined` values for these noops. |