From 25551b6b406a9d2b3164a4f02b0b2325bb0833ac Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Thu, 16 Aug 2018 11:34:17 +0200 Subject: [PATCH] Use let and const instead of var in vnc_lite The rest of noVNC has been converted already. This allows us to remove the extra scope that was created for the VNC connection. --- vnc_lite.html | 66 +++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/vnc_lite.html b/vnc_lite.html index 828c5c81..a01e33d6 100644 --- a/vnc_lite.html +++ b/vnc_lite.html @@ -72,7 +72,7 @@