The unload event no longer needs the IE6SP2 fix, see http://bugs.jquery.com/ticket/8982

This commit is contained in:
Dave Methvin 2011-09-01 17:52:13 -04:00 committed by timmywil
parent 68d07bf648
commit 9038aa9586

View File

@ -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 );