Skip to main content

Bug Tracker

Side navigation

Ticket #3363: third-callback-argument.patch


File third-callback-argument.patch, 0.4 KB (added by sminnee, September 12, 2008 02:06AM UTC)

To merge, call "patch -p2 < third-callback-argument.patch" from the same directory as jquery.js

Index: jsparty/jquery/jquery.js
===================================================================
--- jsparty/jquery/jquery.js	(revision 62285)
+++ jsparty/jquery/jquery.js	(working copy)
@@ -2777,7 +2777,7 @@
 		function success(){
 			// If a local callback was specified, fire it and pass it the data
 			if ( s.success )
-				s.success( data, status );
+				s.success( data, status, xml );
 
 			// Fire the global callback
 			if ( s.global )

Download in other formats:

Original Format