Skip to content
Permalink
Browse files
Reverted accidental commit in 5197ac9.
  • Loading branch information
jeresig committed Dec 16, 2009
1 parent 9997620 commit f078e93
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 );
}
},

0 comments on commit f078e93

Please sign in to comment.