Skip to main content

Bug Tracker

Side navigation

Ticket #52: diff.txt


File diff.txt, 0.5 KB (added by choan.galvez@gmail.c, July 07, 2006 11:15PM UTC)

Proposed patch

Index: jquery/jquery.js
===================================================================
--- jquery/jquery.js	(revisi�n: 133)
+++ jquery/jquery.js	(copia de trabajo)
@@ -276,7 +276,7 @@
 		return this.each(function(){jQuery.event.remove(this,t,f);});
 	},
 	trigger: function(t) {
-		return this.each(function(){jQuery.event.trigger(this,t);});
+		return this.each(function(){jQuery.event.trigger(t, null, this);});
 	},
 	
 	pushStack: function(a,args) {

Download in other formats:

Original Format