aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/attributes/prop.js2
1 files changed, 1 insertions, 1 deletions
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;
}
}