Index: remoting/webapp/crd/js/wcs_sandbox_content.js |
diff --git a/remoting/webapp/crd/js/wcs_sandbox_content.js b/remoting/webapp/crd/js/wcs_sandbox_content.js |
index 213d87a4fc7337949b50aae9ac580febdc34df91..95c77000ad521536e1b773bc3e47c0a7eeeb80c8 100644 |
--- a/remoting/webapp/crd/js/wcs_sandbox_content.js |
+++ b/remoting/webapp/crd/js/wcs_sandbox_content.js |
@@ -27,7 +27,7 @@ remoting.WcsSandboxContent = function() { |
*/ |
this.nextXhrId_ = 0; |
/** |
- * @type {Object.<number, XMLHttpRequest>} |
+ * @type {Object<number, XMLHttpRequest>} |
* @private |
*/ |
this.pendingXhrs_ = {}; |