Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of problems...
[jquery.git] / src / ajax.js
index d06bbab..1602ed2 100644 (file)
@@ -242,7 +242,7 @@ jQuery.extend({
                                data = tmp;
                                jQuery.handleSuccess( s, xhr, status, data );
                                jQuery.handleComplete( s, xhr, status, data );
-                               
+
                                if ( jQuery.isFunction( customJsonp ) ) {
                                        customJsonp( tmp );