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