]> git.proxmox.com Git - mirror_novnc.git/commit
Move cursor URI check to RFB object
authorPierre Ossman <ossman@cendio.se>
Sat, 14 Oct 2017 14:49:07 +0000 (16:49 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 9 Nov 2017 11:52:05 +0000 (12:52 +0100)
commitfdff59eeb4a063d57fb6b8a88a09a64430974583
tree10cfcc7853a9315b8484b45ff0a55cc19b0138f2
parent134ec26ee095ca1bc64a09a11d3ad516ac76d5ff
Move cursor URI check to RFB object

Keeps the Display object simpler, and avoids having to abuse a
property to transfer the information.
core/display.js
core/rfb.js
core/util/browsers.js
docs/API-internal.md
tests/test.display.js