diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-03-13 16:23:21 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-03 19:13:39 -0400 |
commit | 77c559c3cbe361a87de735a67812695685b613e6 (patch) | |
tree | 9f7679133e068db0aa97aab18ba3f0461eb5b17e | |
parent | b85d2cd8a5c49487dc3ea7f6fad963efd9fd0f55 (diff) | |
download | jquery-77c559c3cbe361a87de735a67812695685b613e6.tar.gz jquery-77c559c3cbe361a87de735a67812695685b613e6.zip |
No, don't return this.
-rw-r--r-- | src/attributes.js | 2 |
1 files changed, 0 insertions, 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: { |