diff options
author | jeresig <jeresig@gmail.com> | 2009-12-22 15:06:27 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-12-22 15:06:27 -0500 |
commit | 7b0b348419c85841671459b4d7153afc88d1fa83 (patch) | |
tree | dd211c2205991b956189651533bc577bf6370100 /src/attributes.js | |
parent | 4729f4d44326fd302c63af8f3324b6c4bac54084 (diff) | |
download | jquery-7b0b348419c85841671459b4d7153afc88d1fa83.tar.gz jquery-7b0b348419c85841671459b4d7153afc88d1fa83.zip |
The option isn't, necessarily, hidden when this occurs.
Diffstat (limited to 'src/attributes.js')
-rw-r--r-- | src/attributes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attributes.js b/src/attributes.js index 30b3205a1..b3a49f50f 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -263,7 +263,7 @@ jQuery.extend({ // These attributes require special treatment var special = rspecialurl.test( name ), parent = elem.parentNode; - // Safari mis-reports the default selected property of a hidden option + // Safari mis-reports the default selected property of an option // Accessing the parent's selectedIndex property fixes it if ( name === "selected" && parent ) { parent.selectedIndex; |