mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-791: Add missing private tags to inner variables/functions.
This commit is contained in:
@@ -43,6 +43,7 @@ Guacamole.DataURIReader = function(stream, mimetype) {
|
||||
/**
|
||||
* Current data URI.
|
||||
*
|
||||
* @private
|
||||
* @type {String}
|
||||
*/
|
||||
var uri = 'data:' + mimetype + ';base64,';
|
||||
|
Reference in New Issue
Block a user