mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix #12149. Avoid memory leak on oldIE change events. Close gh-878.
This commit is contained in:
committed by
Dave Methvin
parent
9d07525a71
commit
ff7b7cfd1d
@@ -832,7 +832,7 @@ if ( !jQuery.support.changeBubbles ) {
|
||||
teardown: function() {
|
||||
jQuery.event.remove( this, "._change" );
|
||||
|
||||
return rformElems.test( this.nodeName );
|
||||
return !rformElems.test( this.nodeName );
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user