]> git.proxmox.com Git - mirror_novnc.git/commit - app/ui.js
Avoid ambigious optional arguments
authorsamhed <samuel@cendio.se>
Wed, 24 Aug 2016 16:03:32 +0000 (18:03 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 19 Sep 2016 14:19:45 +0000 (16:19 +0200)
commitf0d9ab9698d811ead904414092f4730078eb27c7
tree4c6aeb6951d9728db57c6a3d62197592b580d247
parent3e3eec28f34005b6967c69b2da469fa9b2ea12bc
Avoid ambigious optional arguments

Some functions weren't obvious what they would do if an argument was
omitted. Split them up in to separate functions in those cases to
make the API clearer.
app/ui.js