The Problem:
存在的问题:
I've been beating my head against the wall trying to figure out why some code I've written using $.when.apply().then() to resolve multiple promises and then return data seems to fire out of sync, returning an unresolved promise and then resolving the promise after the callback has already been called.I've been beating my he