Oops, still have jQuery.ajax.* on the brain.

This commit is contained in:
jeresig 2010-10-13 21:25:23 -04:00
parent cd8f4917ba
commit d490bcfa7c

View file

@ -256,8 +256,8 @@ jQuery.extend({
}
data = tmp;
jQuery.ajax.handleSuccess( s, xhr, status, data );
jQuery.ajax.handleComplete( s, xhr, status, data );
jQuery.handleSuccess( s, xhr, status, data );
jQuery.handleComplete( s, xhr, status, data );
};
}