Wouldn't it be great if when() could accept an array?
Reported by: |
chrispaterson82@… |
Owned by: |
|
Priority:
|
undecided
|
Milestone:
|
None
|
Component:
|
unfiled
|
Version:
|
1.7.1
|
Keywords:
|
|
Cc:
|
|
Blocked by:
|
|
Blocking:
|
|
Right now if I have a list (array) of Deferreds I have to call
.when.apply(this, myArray).always(/* do something */);
it would be nice if the when function first checked for an array. So you could pass:
.when(myArray).always(/* do something */);
Change History (5)
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
Resolution: |
duplicate
|
Status: |
closed →
reopened
|
Resolution: |
→ duplicate
|
Status: |
reopened →
closed
|
Duplicate of #10367.