(option)
| 6793 | } |
| 6794 | |
| 6795 | function getValue (option) { |
| 6796 | return '_value' in option |
| 6797 | ? option._value |
| 6798 | : option.value |
| 6799 | } |
| 6800 | |
| 6801 | function onCompositionStart (e) { |
| 6802 | e.target.composing = true; |
no outgoing calls
no test coverage detected