]> source.dussan.org Git - jquery.git/commit
Preserves context objects when multiple Deferreds are passed to $.when(). Context...
authorjaubourg <j@ubourg.net>
Sat, 12 May 2012 19:41:39 +0000 (21:41 +0200)
committerjaubourg <j@ubourg.net>
Sat, 12 May 2012 19:41:39 +0000 (21:41 +0200)
commitf93a2f569d31c4d1fc86ff3ae9605309ac491d68
tree0d93ddb310c38c7db3ce8a5d38cc4d97cdfa95ee
parentb6581df5de2083e322dcbede4dce74bacf93af5f
Preserves context objects when multiple Deferreds are passed to $.when(). Context is an array containing the original contexts in order. When non-observable value is given, associated context is undefined. In case only a single non-observable value is given, context is the global object (thanks so much Function.prototype.apply!). Fixes #11749.
src/deferred.js
test/unit/deferred.js