mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
JSDoc + namespace, some cleanup.
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
*/
|
||||
|
||||
function GuacamoleHTTPTunnel(tunnelURL) {
|
||||
// Guacamole namespace
|
||||
var Guacamole = Guacamole || {};
|
||||
|
||||
Guacamole.HTTPTunnel = function(tunnelURL) {
|
||||
|
||||
var tunnel = this;
|
||||
|
||||
|
Reference in New Issue
Block a user