(val)
| 6746 | } |
| 6747 | |
| 6748 | function getKeyMap(val) { |
| 6749 | return typeof val == "string" ? keyMap[val] : val |
| 6750 | } |
| 6751 | |
| 6752 | // Helper for deleting text near the selection(s), used to implement |
| 6753 | // backspace, delete, and similar functionality. |
no outgoing calls
no test coverage detected