From: jeresig Date: Thu, 14 Oct 2010 01:25:23 +0000 (-0400) Subject: Oops, still have jQuery.ajax.* on the brain. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=d490bcfa7ca78a330e55b9267cc492a49c0f70bb Oops, still have jQuery.ajax.* on the brain. --- diff --git a/src/ajax.js b/src/ajax.js index f3252eb..5c8ec62 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -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 ); }; }