| Index: remoting/webapp/crd/js/wcs_sandbox_container.js
|
| diff --git a/remoting/webapp/crd/js/wcs_sandbox_container.js b/remoting/webapp/crd/js/wcs_sandbox_container.js
|
| index c39759879cbab9deb153b70e2adcb05b13b99abc..521dfbe9434689080c552f3433225c07429259c7 100644
|
| --- a/remoting/webapp/crd/js/wcs_sandbox_container.js
|
| +++ b/remoting/webapp/crd/js/wcs_sandbox_container.js
|
| @@ -22,17 +22,13 @@ var remoting = remoting || {};
|
| remoting.WcsSandboxContainer = function(sandbox) {
|
| /** @private */
|
| this.sandbox_ = sandbox;
|
| - /** @type {?function(string):void}
|
| - * @private */
|
| + /** @private {?function(string):void} */
|
| this.onConnected_ = null;
|
| - /** @type {function(remoting.Error):void}
|
| - * @private */
|
| + /** @private {function(remoting.Error):void} */
|
| this.onError_ = function(error) {};
|
| - /** @type {?function(string):void}
|
| - * @private */
|
| + /** @private {?function(string):void} */
|
| this.onIq_ = null;
|
| - /** @type {Object<number, XMLHttpRequest>}
|
| - * @private */
|
| + /** @private {Object<number, XMLHttpRequest>} */
|
| this.pendingXhrs_ = {};
|
| /** @private */
|
| this.localJid_ = '';
|
|
|