fix(remotecontrol): Fixing issues after peer review.

This commit is contained in:
hristoterezov
2017-01-17 18:16:18 -06:00
parent 5d22061c0a
commit 0efca9a9a8
7 changed files with 38 additions and 12 deletions
+1
View File
@@ -1,5 +1,6 @@
/**
* Enumerates the supported keys.
* NOTE: The maps represents actual keys on the keyboard not chars.
*/
export const KEYS = {
BACKSPACE: "backspace" ,