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