Oops, still have jQuery.ajax.* on the brain.
authorjeresig <jeresig@gmail.com>
Thu, 14 Oct 2010 01:25:23 +0000 (21:25 -0400)
committerjeresig <jeresig@gmail.com>
Thu, 14 Oct 2010 01:25:23 +0000 (21:25 -0400)
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 );
                        };
                }