mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Oops, still have jQuery.ajax.* on the brain.
This commit is contained in:
@@ -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 );
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user