]> git.proxmox.com Git - mirror_novnc.git/commit - tests/test.keyboard.js
Use standard JavaScript properties
authorPierre Ossman <ossman@cendio.se>
Sat, 14 Oct 2017 13:39:56 +0000 (15:39 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 9 Nov 2017 12:03:32 +0000 (13:03 +0100)
commit747b462337ae4db11208e42fb951c59e53c44be3
treec2722026f5ef43917b06546e1a5f75fe583227a6
parentfdff59eeb4a063d57fb6b8a88a09a64430974583
Use standard JavaScript properties

Use normal properties with JavaScript setters and getters instead of
our homegrown stuff.

This also changes the properties to follow normal naming conventions.
14 files changed:
app/ui.js
core/display.js
core/input/keyboard.js
core/input/mouse.js
core/rfb.js
core/util/properties.js [deleted file]
docs/API-internal.md
docs/API.md
tests/playback.js
tests/test.display.js
tests/test.keyboard.js
tests/test.mouse.js
tests/test.rfb.js
vnc_lite.html