mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Reverted accidental commit in 5197ac9fc8
.
This commit is contained in:
parent
9997620420
commit
f078e930ed
@ -165,8 +165,8 @@ jQuery.fn.extend({
|
||||
|
||||
jQuery.each({
|
||||
removeAttr: function( name ) {
|
||||
jQuery.attr( this, name, "" );
|
||||
if ( this.nodeType === 1 ) {
|
||||
this[ jQuery.isXMLDoc( this ) ? name : jQuery.props[ name ] || name ] = null;
|
||||
this.removeAttribute( name );
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user