aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-03-13 16:23:21 -0400
committertimmywil <tim.willison@thisismedium.com>2011-04-03 19:13:39 -0400
commit77c559c3cbe361a87de735a67812695685b613e6 (patch)
tree9f7679133e068db0aa97aab18ba3f0461eb5b17e
parentb85d2cd8a5c49487dc3ea7f6fad963efd9fd0f55 (diff)
downloadjquery-77c559c3cbe361a87de735a67812695685b613e6.tar.gz
jquery-77c559c3cbe361a87de735a67812695685b613e6.zip
No, don't return this.
-rw-r--r--src/attributes.js2
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: {