Timeline for functional javascript - how could I generalize this code that correlates parallel async requests with their results?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 18, 2013 at 17:12 | history | edited | Dustin Getz | CC BY-SA 3.0 | deleted 8 characters in body |
| Apr 17, 2013 at 18:53 | comment | added | Joseph | util.asyncParallel already returns a promise, you can chain done directly. Using $.when to judge it's return is redundant. | |
| Apr 17, 2013 at 17:48 | history | answered | Dustin Getz | CC BY-SA 3.0 |