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 4104c369b69959f822387f01da7b94579e2d8ecd..0934df42e5a25f46c22c406a23145ba2a19f98f6 100644 |
--- a/remoting/webapp/crd/js/wcs_sandbox_container.js |
+++ b/remoting/webapp/crd/js/wcs_sandbox_container.js |
@@ -31,7 +31,7 @@ remoting.WcsSandboxContainer = function(sandbox) { |
/** @type {?function(string):void} |
* @private */ |
this.onIq_ = null; |
- /** @type {Object.<number, XMLHttpRequest>} |
+ /** @type {Object<number, XMLHttpRequest>} |
* @private */ |
this.pendingXhrs_ = {}; |
/** @private */ |