From 77c559c3cbe361a87de735a67812695685b613e6 Mon Sep 17 00:00:00 2001 From: timmywil Date: Sun, 13 Mar 2011 16:23:21 -0400 Subject: [PATCH] No, don't return this. --- src/attributes.js | 2 -- 1 file changed, 2 deletions(-) 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: { -- 2.39.5