Fix JSDoc.

This commit is contained in:
Michael Jumper
2012-12-01 20:57:59 -08:00
parent 4efc08e8ef
commit 0b88c48038
4 changed files with 76 additions and 7 deletions

View File

@@ -436,6 +436,7 @@ Guacamole.HTTPTunnel = function(tunnelURL) {
/**
* Arbitrary integer, unique for each tunnel read request.
* @private
*/
var request_id = 0;