mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
No, don't return this.
This commit is contained in:
parent
b85d2cd8a5
commit
77c559c3cb
@ -332,8 +332,6 @@ jQuery.extend({
|
|||||||
// set property to null if getSetAttribute not supported (IE6-7)
|
// set property to null if getSetAttribute not supported (IE6-7)
|
||||||
// setting className to null makes the class "null"
|
// setting className to null makes the class "null"
|
||||||
name === "className" ? elem.className = "" : elem.setAttribute( name, null );
|
name === "className" ? elem.className = "" : elem.setAttribute( name, null );
|
||||||
|
|
||||||
return this;
|
|
||||||
},
|
},
|
||||||
|
|
||||||
attrHooks: {
|
attrHooks: {
|
||||||
|
Loading…
Reference in New Issue
Block a user