Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat

This commit is contained in:
Michał Gołębiowski
2014-11-04 16:16:36 +01:00
parent e81b258ace
commit c309b95756
3 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ jQuery.extend({
for ( ; i < max; i++ ) {
option = options[ i ];
// IE6-9 doesn't update selected after form reset (#2551)
// IE8-9 doesn't update selected after form reset (#2551)
if ( ( option.selected || i === index ) &&
// Don't return options that are disabled or in a disabled optgroup
( support.optDisabled ?