aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-03-11 15:59:34 -0500
committertimmywil <tim.willison@thisismedium.com>2011-04-03 19:13:39 -0400
commitebb8e8e300be5da2671f62e939551bd3c859e81e (patch)
tree82e9bf34cd29d70165975366f98fa02455e33a89 /src/support.js
parent00abeaee17a0eed8422a15ff5d48f4011490953b (diff)
downloadjquery-ebb8e8e300be5da2671f62e939551bd3c859e81e.tar.gz
jquery-ebb8e8e300be5da2671f62e939551bd3c859e81e.zip
Fix feature test, accidentally got rid of closure end
Diffstat (limited to 'src/support.js')
-rw-r--r--src/support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support.js b/src/support.js
index 3ca28d204..ebda569f4 100644
--- a/src/support.js
+++ b/src/support.js
@@ -59,7 +59,7 @@
// (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
optSelected: opt.selected,
- attrFix: div.getAttribute("className") === "t",
+ attrFix: div.className === "t",
// Will be defined later
deleteExpando: true,