mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
More JSDoc.
This commit is contained in:
@@ -154,7 +154,7 @@ Guacamole.Client = function(display, tunnel) {
|
||||
// Create buffer if necessary
|
||||
if (buffer == null) {
|
||||
buffer = new Guacamole.Layer(0, 0);
|
||||
buffer.setAutosize(1);
|
||||
buffer.autosize = 1;
|
||||
buffers[index] = buffer;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user