]> git.proxmox.com Git - mirror_novnc.git/commit
Use fat arrow functions `const foo = () => { ... };` for callbacks
authorJuanjo Diaz <juanjo.diazmo@gmail.com>
Mon, 9 Jul 2018 20:47:29 +0000 (22:47 +0200)
committerJuanjo Diaz <juanjo.diazmo@gmail.com>
Thu, 12 Jul 2018 17:06:57 +0000 (19:06 +0200)
commit651c23ece37c1749936d2eb97939d121887720b9
tree109df665d15f8620504936f58b10b6f42b5405fb
parent0e4808bf6f3165f7daa1282af445f6ea7e60de55
Use fat arrow functions `const foo = () => { ... };` for callbacks
and any other function that is passed around and it's not a top level function
28 files changed:
.eslintrc
app/error-handler.js
app/ui.js
app/webutil.js
core/input/keyboard.js
core/rfb.js
core/util/events.js
core/util/eventtarget.js
core/util/logging.js
core/util/polyfill.js
core/websock.js
karma.conf.js
po/xgettext-html
tests/.eslintrc
tests/assertions.js
tests/fake.websocket.js
tests/playback-ui.js
tests/playback.js
tests/test.base64.js
tests/test.display.js
tests/test.keyboard.js
tests/test.mouse.js
tests/test.rfb.js
tests/test.websock.js
utils/genkeysymdef.js
utils/use_require.js
utils/use_require_helpers.js
vnc_lite.html