| Index: remoting/webapp/crd/js/xmpp_connection.js
|
| diff --git a/remoting/webapp/crd/js/xmpp_connection.js b/remoting/webapp/crd/js/xmpp_connection.js
|
| index 18e69acfdddd279f22cd01f598dd3e90bf121cfd..1f0cffc2b84a485d515ba1804c0ccd48cd7f0178 100644
|
| --- a/remoting/webapp/crd/js/xmpp_connection.js
|
| +++ b/remoting/webapp/crd/js/xmpp_connection.js
|
| @@ -37,7 +37,7 @@ remoting.XmppConnection = function() {
|
| this.sendPending_ = false;
|
| /** @private */
|
| this.startTlsPending_ = false;
|
| - /** @type {Array.<ArrayBuffer>} @private */
|
| + /** @type {Array<ArrayBuffer>} @private */
|
| this.sendQueue_ = [];
|
| /** @type {remoting.XmppLoginHandler} @private*/
|
| this.loginHandler_ = null;
|
|
|