style(remotecontrol): Fix JSDoc for RemoteControlEvent

This commit is contained in:
hristoterezov
2017-01-19 17:19:58 -06:00
parent e693554961
commit b22e3ee253
7 changed files with 48 additions and 28 deletions

View File

@@ -1,6 +1,8 @@
/**
* Enumerates the supported keys.
* NOTE: The maps represents actual keys on the keyboard not chars.
* NOTE: The maps represents actual keys on the keyboard not chars.
* @readonly
* @enum {string}
*/
export const KEYS = {
BACKSPACE: "backspace" ,