]> source.dussan.org Git - jquery.git/commit
Fixes #9446. Context is properly propagated using pipe. If context was the original...
authorjaubourg <j@ubourg.net>
Thu, 30 Jun 2011 23:51:50 +0000 (01:51 +0200)
committerjaubourg <j@ubourg.net>
Thu, 30 Jun 2011 23:51:50 +0000 (01:51 +0200)
commit139135a98aab1c422e5ae05b026535a40d58328f
tree39def1374dc0bb2836658e2de7911229f4738ed4
parent5b92a5f5eccf69d480c11dbd2870f8161ae0441b
Fixes #9446. Context is properly propagated using pipe. If context was the original deferred, then context is updated to next deferred in the chain. Unit tests added.
src/deferred.js
test/unit/deferred.js