Side navigation
#10367 closed enhancement (duplicate)
Opened September 28, 2011 04:21PM UTC
Closed September 28, 2011 06:13PM UTC
Last modified March 14, 2012 07:38AM UTC
Allow passing an array of promises to jQuery.when
| Reported by: | jdc0589@gmail.com | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | deferred | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
It would be convenient if passing an array of promises as the first argument to
jQuery.whenbehaved the same as passing multiple promises as separate parameters.
I know this can be achieved by simple calling
jQuery.when.apply(null, [...], but it would be nice if it wasn't necessary.
Attachments (0)
Change History (7)
Changed September 28, 2011 05:40PM UTC by comment:1
| resolution: | → duplicate |
|---|---|
| status: | new → closed |
Changed September 28, 2011 06:13PM UTC by comment:3
| resolution: | duplicate |
|---|---|
| status: | closed → reopened |
Changed September 28, 2011 06:13PM UTC by comment:4
| resolution: | → duplicate |
|---|---|
| status: | reopened → closed |
Changed September 28, 2011 06:14PM UTC by comment:6
| component: | unfiled → deferred |
|---|---|
| priority: | undecided → low |