noVNC/core/util
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
..
browser.js Prefer const/let over var 2018-05-24 00:27:09 +03:00
cursor.js Use ES6 classes 2018-07-12 19:06:57 +02:00
events.js Use fat arrow functions `const foo = () => { ... };` for callbacks 2018-07-12 19:06:57 +02:00
eventtarget.js Use fat arrow functions `const foo = () => { ... };` for callbacks 2018-07-12 19:06:57 +02:00
logging.js Use fat arrow functions `const foo = () => { ... };` for callbacks 2018-07-12 19:06:57 +02:00
polyfill.js Use fat arrow functions `const foo = () => { ... };` for callbacks 2018-07-12 19:06:57 +02:00
strings.js Use ES6 classes 2018-07-12 19:06:57 +02:00