repo: janusweb
action: commit
revision: 
path_from: 
revision_from: e5e7248bedb346454638502bee2eead30c416cf4:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit e5e7248bedb346454638502bee2eead30c416cf4
Author: James Baicoianu 
Date:   Fri Apr 1 01:23:31 2016 -0700

    Added missing var qualifier

diff --git a/scripts/JanusClientConnection.js b/scripts/JanusClientConnection.js
index 9b08f722f6882b12f29fe88da20b0df26c074512..
index ..88b6411842f9b03db6fd14adb6703736df4127eb 100644
--- a/scripts/JanusClientConnection.js
+++ b/scripts/JanusClientConnection.js
@@ -315,7 +315,7 @@ var JanusClientConnection = function(opts)
 EventDispatcher.prototype.apply(JanusClientConnection.prototype);

 JanusClientConnection.prototype.sendLogon = function() {
-  msgData = {
+  var msgData = {
     'method': 'logon',
     'data': {
       'userId': this._userId,

-----END OF PAGE-----