Attributes: remove redundant parent check

This commit is contained in:
Timmy Willison 2016-03-07 11:29:39 -05:00
parent 0402963845
commit b43a3685b6

View File

@ -100,7 +100,7 @@ if ( !support.optSelected ) {
if ( parent ) {
parent.selectedIndex;
if ( parent && parent.parentNode ) {
if ( parent.parentNode ) {
parent.parentNode.selectedIndex;
}
}