| Index: remoting/webapp/crd/js/xhr_proxy.js
|
| diff --git a/remoting/webapp/crd/js/xhr_proxy.js b/remoting/webapp/crd/js/xhr_proxy.js
|
| index c2cadb560285e6e3368abb1b1d2654e414011bfd..2db076dc92f0cc88c17822ba48b338b494091f61 100644
|
| --- a/remoting/webapp/crd/js/xhr_proxy.js
|
| +++ b/remoting/webapp/crd/js/xhr_proxy.js
|
| @@ -28,16 +28,11 @@ var remoting = remoting || {};
|
| * @extends {XMLHttpRequest}
|
| */
|
| remoting.XMLHttpRequestProxy = function() {
|
| - /**
|
| - * @type {{headers: Object}}
|
| - */
|
| + /** @type {{headers: Object}} */
|
| this.sandbox_ipc = {
|
| headers: {}
|
| };
|
| - /**
|
| - * @type {number}
|
| - * @private
|
| - */
|
| + /** @private {number} */
|
| this.xhr_id_ = -1;
|
| };
|
|
|
|
|