mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
GUAC-791: Fix type expressions to comply with JSDoc 3.
This commit is contained in:
@@ -210,20 +210,20 @@ Guacamole.Layer = function(width, height) {
|
||||
* layer.autosize = true;
|
||||
* });
|
||||
*
|
||||
* @type Boolean
|
||||
* @type {Boolean}
|
||||
* @default false
|
||||
*/
|
||||
this.autosize = false;
|
||||
|
||||
/**
|
||||
* The current width of this layer.
|
||||
* @type Number
|
||||
* @type {Number}
|
||||
*/
|
||||
this.width = width;
|
||||
|
||||
/**
|
||||
* The current height of this layer.
|
||||
* @type Number
|
||||
* @type {Number}
|
||||
*/
|
||||
this.height = height;
|
||||
|
||||
|
Reference in New Issue
Block a user