No, don't return this.
This commit is contained in:
parent
b85d2cd8a5
commit
77c559c3cb
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue