JSDoc + namespace, some cleanup.

This commit is contained in:
Michael Jumper
2011-07-05 22:13:45 -07:00
parent bd477daa2c
commit 3e65c46204
6 changed files with 82 additions and 32 deletions

View File

@@ -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;