Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for a Promise of an Array for Deft.Promise.any(), all(), map(), reduce() #6

Closed
johnyanarella opened this issue May 4, 2012 · 0 comments
Assignees

Comments

@johnyanarella
Copy link
Member

Deft.Promise.any(), all(), map() and reduce() all currently accept an Array of Promises or values as input.

Extend this to support alternatively passing a Promise of an Array of Promises or values.

@ghost ghost assigned johnyanarella May 4, 2012
johnyanarella pushed a commit that referenced this issue Aug 14, 2012
This functionality was broken when issue #6 was resolved.

Fixes #48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant