mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-791: Fix type expressions to comply with JSDoc 3.
This commit is contained in:
@@ -40,7 +40,7 @@ Guacamole.InputStream = function(client, index) {
|
||||
|
||||
/**
|
||||
* The index of this stream.
|
||||
* @type Number
|
||||
* @type {Number}
|
||||
*/
|
||||
this.index = index;
|
||||
|
||||
|
Reference in New Issue
Block a user