Juanjo Diaz
|
651c23ece3
|
Use fat arrow functions `const foo = () => { ... };` for callbacks
and any other function that is passed around and it's not a top level function
|
2018-07-12 19:06:57 +02:00 |
Juanjo Diaz
|
2b5f94fa6a
|
Prefer const/let over var
|
2018-05-24 00:27:09 +03:00 |
Juanjo Diaz
|
8727f598c2
|
Add eslint and fix reported issues
|
2018-05-24 00:25:44 +03:00 |
Pierre Ossman
|
278a5e7fbd
|
Simplify keysymdef.js
Some Unicode to Keysym mappings can be computed and can therefore
be left out of the huge lookup table.
|
2017-03-24 11:31:38 +01:00 |
Pierre Ossman
|
041568bd31
|
Clean up keysymdef
|
2017-03-24 11:26:02 +01:00 |