(key)
| 8445 | } |
| 8446 | |
| 8447 | function genFilterCode (key) { |
| 8448 | var keyVal = parseInt(key, 10); |
| 8449 | if (keyVal) { |
| 8450 | return ("$event.keyCode!==" + keyVal) |
| 8451 | } |
| 8452 | var alias = keyCodes[key]; |
| 8453 | return ("_k($event.keyCode," + (JSON.stringify(key)) + (alias ? ',' + JSON.stringify(alias) : '') + ")") |
| 8454 | } |
| 8455 | |
| 8456 | /* */ |
| 8457 |
nothing calls this directly
no outgoing calls
no test coverage detected