Oops, still have jQuery.ajax.* on the brain.
This commit is contained in:
parent
cd8f4917ba
commit
d490bcfa7c
|
@ -256,8 +256,8 @@ jQuery.extend({
|
||||||
}
|
}
|
||||||
|
|
||||||
data = tmp;
|
data = tmp;
|
||||||
jQuery.ajax.handleSuccess( s, xhr, status, data );
|
jQuery.handleSuccess( s, xhr, status, data );
|
||||||
jQuery.ajax.handleComplete( s, xhr, status, data );
|
jQuery.handleComplete( s, xhr, status, data );
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue