]> git.proxmox.com Git - mirror_novnc.git/commit
Change some attributes to arguments
authorPierre Ossman <ossman@cendio.se>
Sat, 14 Oct 2017 11:06:03 +0000 (13:06 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 9 Nov 2017 11:52:05 +0000 (12:52 +0100)
commit3d7bb0203619a2787b16b5cc4b68b16e18a4ee68
tree9122013a7941321ea6e619e9b7f487618ac0b183
parentdd0db4d46035198c8c1bf687849a6e090326b8bc
Change some attributes to arguments

Some attributes are better suited as arguments, primarily because they
are associated with a specific method and cannot be changed later.
13 files changed:
app/ui.js
core/display.js
core/input/keyboard.js
core/input/mouse.js
core/rfb.js
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