mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 23:19:41 +00:00
The names of many variables were too similar. To make the code easier to follow we renamed: * _captureElem to _capturedElem * _captureElemChanged() to _capturedElemChanged() * captureElem to proxyElem * elem to target Co-authored-by: Alex Tanskanen <aleta@cendio.se> Co-authored-by: Niko Lehto <nikle@cendio.se>