mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-30 16:43:22 +00:00
GUAC-791: Fix type expressions to comply with JSDoc 3.
This commit is contained in:
@@ -41,7 +41,7 @@ Guacamole.StringWriter = function(stream) {
|
||||
/**
|
||||
* Wrapped Guacamole.ArrayBufferWriter.
|
||||
* @private
|
||||
* @type Guacamole.ArrayBufferWriter
|
||||
* @type {Guacamole.ArrayBufferWriter}
|
||||
*/
|
||||
var array_writer = new Guacamole.ArrayBufferWriter(stream);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user