#11172 closed bug (duplicate)
Wouldn't it be great if when() could accept an array?
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
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)
comment:1 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:4 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #10367.