]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Update comment for screenSize()
authorSamuel Mannehed <samuel@cendio.se>
Mon, 24 Oct 2016 12:26:53 +0000 (14:26 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Mon, 24 Oct 2016 12:26:53 +0000 (14:26 +0200)
The explanation was outdated.

app/ui.js

index 7a2698d598d0e5fdd33bf8f54af46a7cb694c707..b78207e8130e57ff1f7d367efee8d97a37283842 100644 (file)
--- 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');