Oops, still have jQuery.ajax.* on the brain.
[jquery.git] / src / ajax.js
index f3252eb..5c8ec62 100644 (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 );
                        };
                }