From 2e5cae1b233a450117ca19feb032c98202fa1297 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Mon, 24 Oct 2016 14:26:53 +0200 Subject: [PATCH] Update comment for screenSize() The explanation was outdated. --- app/ui.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/ui.js b/app/ui.js index 7a2698d5..b78207e8 100644 --- a/app/ui.js +++ b/app/ui.js @@ -1131,8 +1131,7 @@ var UI; } }, - // The screen is always the same size as the available viewport - // in the browser window minus the height of the control bar + // Gets the the size of the available viewport in the browser window screenSize: function() { var screen = document.getElementById('noVNC_screen');