Update comment for screenSize()
The explanation was outdated.
This commit is contained in:
parent
1a15f22905
commit
2e5cae1b23
|
@ -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');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue