(val)
| 6801 | } |
| 6802 | |
| 6803 | function getKeyMap(val) { |
| 6804 | return typeof val == "string" ? keyMap[val] : val |
| 6805 | } |
| 6806 | |
| 6807 | // Helper for deleting text near the selection(s), used to implement |
| 6808 | // backspace, delete, and similar functionality. |
no outgoing calls
no test coverage detected