Side navigation
Ticket #52: diff.2.txt
File diff.2.txt, 0.5 KB (added by choan.galvez@gmail.c, July 07, 2006 11:16PM 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
File diff.2.txt, 0.5 KB (added by choan.galvez@gmail.c, July 07, 2006 11:16PM 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) {