Always use the shorthand notation if the function is a method of an object or class `{ foo() { ... } }` or `class bar { foo() { ... } }` unless it's a callback in which case you a fat arrow function should be used `{ cb: () => { ... } }` |
||
---|---|---|
.. | ||
domkeytable.js | ||
fixedkeys.js | ||
keyboard.js | ||
keysym.js | ||
keysymdef.js | ||
mouse.js | ||
util.js | ||
vkeys.js | ||
xtscancodes.js |