diff options
Diffstat (limited to 'remoting/webapp/me2mom/client_session.js')
-rw-r--r-- | remoting/webapp/me2mom/client_session.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/me2mom/client_session.js b/remoting/webapp/me2mom/client_session.js index 87102682..986f5e0 100644 --- a/remoting/webapp/me2mom/client_session.js +++ b/remoting/webapp/me2mom/client_session.js @@ -229,7 +229,7 @@ remoting.ClientSession.prototype.registerConnection_ = that.clientJid = xhr.responseText; // TODO(ajwong): Remove old version support. - if (that.plugin.API_VERSION_ >= 2) { + if (that.plugin.apiVersion >= 2) { that.plugin.connect(that.hostJid, that.hostPublicKey, that.clientJid, that.accessCode); } else { |