repo: janusweb action: commit revision: path_from: revision_from: e5e7248bedb346454638502bee2eead30c416cf4: path_to: revision_to:
commit e5e7248bedb346454638502bee2eead30c416cf4 Author: James BaicoianuDate: Fri Apr 1 01:23:31 2016 -0700 Added missing var qualifier diff --git a/scripts/JanusClientConnection.js b/scripts/JanusClientConnection.js
--- 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-----