Update comment for screenSize()

The explanation was outdated.
This commit is contained in:
Samuel Mannehed 2016-10-24 14:26:53 +02:00
parent 1a15f22905
commit 2e5cae1b23
1 changed files with 1 additions and 2 deletions

View File

@ -1131,8 +1131,7 @@ var UI;
} }
}, },
// The screen is always the same size as the available viewport // Gets the the size of the available viewport in the browser window
// in the browser window minus the height of the control bar
screenSize: function() { screenSize: function() {
var screen = document.getElementById('noVNC_screen'); var screen = document.getElementById('noVNC_screen');