Files
noVNC/app
Juanjo Diaz 0e4808bf6f Use ES6 classes
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: () => { ... } }`
2018-07-12 19:06:57 +02:00
..
2017-02-23 16:29:16 +01:00
2018-04-24 02:29:51 +08:00
2016-09-22 11:15:42 +02:00
2018-05-24 00:27:09 +03:00
2018-07-12 19:06:57 +02:00
2018-07-12 19:06:57 +02:00
2018-05-24 00:27:09 +03:00