(option)
| 6787 | } |
| 6788 | |
| 6789 | function getValue (option) { |
| 6790 | return '_value' in option |
| 6791 | ? option._value |
| 6792 | : option.value |
| 6793 | } |
| 6794 | |
| 6795 | function onCompositionStart (e) { |
| 6796 | e.target.composing = true; |
no outgoing calls
no test coverage detected