]> source.dussan.org Git - jquery.git/commit
Deferred: Propagate progress correctly from unwrapped promises 3150/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 8 Jun 2016 12:22:13 +0000 (14:22 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Thu, 9 Jun 2016 12:53:34 +0000 (14:53 +0200)
commitd5dae259eb52a838f94703d51999f63deec19bfd
tree396cb13db52315e6818e787166c42ed49270b9d2
parente06fda69f00082b44fd39ce8e851f72d29999011
Deferred: Propagate progress correctly from unwrapped promises

Progress parameters are now correctly propagated from a deferred to which
another deferred resolved unwrapping it.

Thanks to @gibson042 for the report and a clear description of the problem
and the needed fix.

Fixes gh-3062
Closes gh-3150
src/deferred.js
test/unit/deferred.js