Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(570)

Unified Diff: remoting/webapp/crd/js/wcs_sandbox_container.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/crd/js/wcs.js ('k') | remoting/webapp/crd/js/wcs_sandbox_content.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « remoting/webapp/crd/js/wcs.js ('k') | remoting/webapp/crd/js/wcs_sandbox_content.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698