diff --git a/src/attributes.js b/src/attributes.js index c19b82923..0a39cba8d 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -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: {