| Index: remoting/webapp/me2mom/client_session.js
|
| diff --git a/remoting/webapp/me2mom/client_session.js b/remoting/webapp/me2mom/client_session.js
|
| index 87102682d79a0264840d14420d41fb321b4c2a6d..986f5e09f89dcf7074a65e3f103254dcf4b781be 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 {
|
|
|