mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-791: Fix type expressions to comply with JSDoc 3.
This commit is contained in:
@@ -43,7 +43,7 @@ Guacamole.DataURIReader = function(stream, mimetype) {
|
||||
/**
|
||||
* Current data URI.
|
||||
*
|
||||
* @type String
|
||||
* @type {String}
|
||||
*/
|
||||
var uri = 'data:' + mimetype + ';base64,';
|
||||
|
||||
|
Reference in New Issue
Block a user