Allow passing an array of promises to jQuery.when
It would be convenient if passing an array of promises as the first argument to jQuery.when
behaved 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.
Change History (7)
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
Resolution: |
duplicate
|
Status: |
closed →
reopened
|
Resolution: |
→ duplicate
|
Status: |
reopened →
closed
|
Component: |
unfiled →
deferred
|
Priority: |
undecided →
low
|
Duplicate of #10307.