summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2016-10-24 14:26:53 +0200
committerSamuel Mannehed <samuel@cendio.se>2016-10-24 14:26:53 +0200
commit2e5cae1b233a450117ca19feb032c98202fa1297 (patch)
treeecd3272507d2aa0d21c447f2c8259be9a3d13f86
parent1a15f2290567e08ffbd3441cbe781c70dd7a1637 (diff)
downloadnovnc-2e5cae1b233a450117ca19feb032c98202fa1297.tar.gz
Update comment for screenSize()
The explanation was outdated.
-rw-r--r--app/ui.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/ui.js b/app/ui.js
index 7a2698d..b78207e 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');