(val)
| 9294 | } |
| 9295 | |
| 9296 | function getKeyMap(val) { |
| 9297 | return typeof val == "string" ? keyMap[val] : val |
| 9298 | } |
| 9299 | |
| 9300 | // Helper for deleting text near the selection(s), used to implement |
| 9301 | // backspace, delete, and similar functionality. |
no outgoing calls
no test coverage detected