]> git.proxmox.com Git - mirror_novnc.git/commit - app/ui.js
Refactor ES6 module structure/split up Util
authorSolly Ross <sross@redhat.com>
Sun, 5 Feb 2017 02:26:00 +0000 (21:26 -0500)
committerSolly Ross <sross@redhat.com>
Tue, 21 Mar 2017 21:39:05 +0000 (17:39 -0400)
commit6d6f0db0da5a46e530fc891136224d58771c00c6
tree6eeffa18aa4c2991c00dd3e2ea9876d6e8ab5432
parent6e744119f81d8dcef496fc8de539481870321819
Refactor ES6 module structure/split up Util

This commit restructures many of the ES6 modules, splitting them
up to actual export multiple functions instead of a single object.

It also splits up Util into multiple sub-modules, to make it easier
to maintain.

Finally, localisation is renamed to localization.
21 files changed:
.gitignore
LICENSE.txt
app/ui.js
app/webutil.js
core/base64.js
core/display.js
core/inflator.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 [deleted file]
core/util/browsers.js [new file with mode: 0644]
core/util/events.js [new file with mode: 0644]
core/util/localization.js [new file with mode: 0644]
core/util/logging.js [new file with mode: 0644]
core/util/properties.js [new file with mode: 0644]
core/util/strings.js [new file with mode: 0644]
core/websock.js