(option)
| 6339 | } |
| 6340 | |
| 6341 | function getValue (option) { |
| 6342 | return '_value' in option |
| 6343 | ? option._value |
| 6344 | : option.value |
| 6345 | } |
| 6346 | |
| 6347 | function onCompositionStart (e) { |
| 6348 | e.target.composing = true; |
no outgoing calls
no test coverage detected