mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
The unload event no longer needs the IE6SP2 fix, see http://bugs.jquery.com/ticket/8982
This commit is contained in:
parent
68d07bf648
commit
9038aa9586
@ -955,7 +955,7 @@ jQuery.fn.extend({
|
||||
return this;
|
||||
}
|
||||
|
||||
if ( one === 1 || types === "unload" ) {
|
||||
if ( one === 1 ) {
|
||||
origFn = fn;
|
||||
fn = function( event ) {
|
||||
jQuery.event.remove( event.delegateTarget || this, event );
|
||||
|
Loading…
Reference in New Issue
Block a user