Added deferred to core. Used internally for DOM readyness and ajax callbacks.
This commit is contained in:
parent
43828b7482
commit
39d96ab8c5
|
@ -800,7 +800,7 @@ jQuery.extend({
|
||||||
deferred = {
|
deferred = {
|
||||||
|
|
||||||
// then( f1, f2, ...)
|
// then( f1, f2, ...)
|
||||||
then: function () {
|
then: function() {
|
||||||
|
|
||||||
if ( ! cancelled ) {
|
if ( ! cancelled ) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue