No, don't return this.

This commit is contained in:
timmywil 2011-03-13 16:23:21 -04:00
parent b85d2cd8a5
commit 77c559c3cb

View File

@ -332,8 +332,6 @@ jQuery.extend({
// set property to null if getSetAttribute not supported (IE6-7)
// setting className to null makes the class "null"
name === "className" ? elem.className = "" : elem.setAttribute( name, null );
return this;
},
attrHooks: {