]> source.dussan.org Git - jquery.git/commitdiff
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 f3252ebc4bd624cd7cc91a49ea8035c5e1a78d66..5c8ec62aba081695936fbf9eef56fe3031f06fc8 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 );
                        };
                }