mirror of
https://github.com/jquery/jquery.git
synced 2026-01-26 07:48:32 -05:00
Fix for #474
This commit is contained in:
@@ -1548,7 +1548,7 @@ new function(){
|
||||
element.unbind(o, handler);
|
||||
element = null;
|
||||
// apply original handler with the same arguments
|
||||
f.apply(this, arguments);
|
||||
return f.apply(this, arguments);
|
||||
};
|
||||
return this.bind(o, handler);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user