(option)
| 11748 | } |
| 11749 | |
| 11750 | function getValue(option) { |
| 11751 | return '_value' in option |
| 11752 | ? option._value |
| 11753 | : option.value |
| 11754 | } |
| 11755 | |
| 11756 | function onCompositionStart(e) { |
| 11757 | e.target.composing = true; |
no outgoing calls
no test coverage detected