* Changes the keyboard local * @param local
(local)
| 468 | * @param local |
| 469 | */ |
| 470 | function setLocale(local) { |
| 471 | if(locals[local]) { |
| 472 | keys = locals[local]; |
| 473 | } |
| 474 | |
| 475 | } |
| 476 | |
| 477 | return { |
| 478 | "bind": { |
nothing calls this directly
no outgoing calls
no test coverage detected