diff --git a/src/attributes/prop.js b/src/attributes/prop.js index 237e4130f..af3be36d0 100644 --- a/src/attributes/prop.js +++ b/src/attributes/prop.js @@ -100,7 +100,7 @@ if ( !support.optSelected ) { if ( parent ) { parent.selectedIndex; - if ( parent && parent.parentNode ) { + if ( parent.parentNode ) { parent.parentNode.selectedIndex; } }