()
| 1963 | } |
| 1964 | |
| 1965 | function resetValue() { |
| 1966 | if (inComposition) |
| 1967 | return; |
| 1968 | text.value = PLACEHOLDER; |
| 1969 | if (useragent.isWebKit) |
| 1970 | syncValue.schedule(); |
| 1971 | } |
| 1972 | |
| 1973 | useragent.isWebKit || host.addEventListener('changeSelection', function() { |
| 1974 | if (host.selection.isEmpty() != isSelectionEmpty) { |
no outgoing calls
no test coverage detected