Fix feature test, accidentally got rid of closure end
This commit is contained in:
parent
00abeaee17
commit
ebb8e8e300
2 changed files with 7 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue