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
..
images Remove 512x512 icon 2017-02-23 16:29:16 +01:00
locale Update the noVNC translation part 2018-04-24 02:29:51 +08:00
sounds Support RFB bell 2016-09-22 11:15:42 +02:00
styles Move resize handling in to RFB object 2017-12-06 11:29:57 +01:00
error-handler.js Prefer const/let over var 2018-05-24 00:27:09 +03:00
localization.js Use ES6 classes 2018-07-12 19:06:57 +02:00
ui.js Use ES6 classes 2018-07-12 19:06:57 +02:00
webutil.js Prefer const/let over var 2018-05-24 00:27:09 +03:00