Browse Source

style(keycode): Comment

j8
hristoterezov 8 years ago
parent
commit
4af706bd83
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/keycode/keycode.js

+ 1
- 1
modules/keycode/keycode.js View File

1
 /**
1
 /**
2
  * Enumerates the supported keys.
2
  * Enumerates the supported keys.
3
- * NOTE: The maps represents actual keys on the keyboard not chars.
3
+ * NOTE: The maps represents physical keys on the keyboard, not chars.
4
  * @readonly
4
  * @readonly
5
  * @enum {string}
5
  * @enum {string}
6
  */
6
  */

Loading…
Cancel
Save