]> git.proxmox.com Git - mirror_novnc.git/commit - app/ui.js
Uncomment ES6 module syntax
authorSolly Ross <sross@redhat.com>
Sat, 4 Feb 2017 04:17:44 +0000 (23:17 -0500)
committerSolly Ross <sross@redhat.com>
Sun, 26 Feb 2017 21:30:37 +0000 (16:30 -0500)
commit3ae0bb0968907dad1f730372f5309dc2cf0ea000
tree3a8a966df5bc4969d5c558d982f3bb51c743321b
parentd55e4545829b1386750bdbf4184c91168f41e565
Uncomment ES6 module syntax

This removes the special comment part of the ES6 module syntax,
opting to enable ES6 module syntax by default.

It also appends `.js` to all import paths to better support in-browser
loading.
13 files changed:
app/ui.js
app/webutil.js
core/base64.js
core/des.js
core/display.js
core/input/devices.js
core/input/keysym.js
core/input/keysymdef.js
core/input/util.js
core/input/xtscancodes.js
core/rfb.js
core/util.js
core/websock.js