Permalink
| @@ -100,7 +100,7 @@ if ( !support.optSelected ) { | ||
| if ( parent ) { | ||
| parent.selectedIndex; | ||
| - if ( parent && parent.parentNode ) { | ||
|
mgol
It wasn't needed, it all landed in 780cac8 with the redundant check. No biggie. |
||
| + if ( parent.parentNode ) { | ||
| parent.parentNode.selectedIndex; | ||
| } | ||
| } | ||
How did you find this? Why it was needed previously?