]> source.dussan.org Git - jquery.git/commit
Deferred: .resolve(), .reject() and .notify() now set the callback context to the...
authorjaubourg <j@ubourg.net>
Fri, 7 Dec 2012 14:14:12 +0000 (15:14 +0100)
committerjaubourg <j@ubourg.net>
Fri, 7 Dec 2012 14:14:12 +0000 (15:14 +0100)
commit23d7cf0488bfeaab51d8f55435cab01f5cf990ca
treee05a56e92c282eb0b993f46202ab02bc609456fd
parent282c044d64e366d1bcb76d7d4f49c54098c6547f
Deferred: .resolve(), .reject() and .notify() now set the callback context to the promise instance rather than the deferred instance ; .then() has also been amended. Fixes #11405.
src/deferred.js
test/unit/deferred.js