GUAC-791: Add missing private tags to inner variables/functions.

This commit is contained in:
Michael Jumper
2015-12-14 14:26:19 -08:00
parent 4554c64bb7
commit 7cdfd146ef
8 changed files with 89 additions and 33 deletions

View File

@@ -43,6 +43,7 @@ Guacamole.DataURIReader = function(stream, mimetype) {
/**
* Current data URI.
*
* @private
* @type {String}
*/
var uri = 'data:' + mimetype + ';base64,';