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

Unified Diff: remoting/webapp/crd/js/it2me_service.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/it2me_helper_channel.js ('k') | remoting/webapp/crd/js/log_to_server.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/it2me_service.js
diff --git a/remoting/webapp/crd/js/it2me_service.js b/remoting/webapp/crd/js/it2me_service.js
index d705f5b7f27055e7b6ad3a20e7ed6a8d0d63a2ab..8135e330d965020977b8e6068a8c950dc4dd7f5d 100644
--- a/remoting/webapp/crd/js/it2me_service.js
+++ b/remoting/webapp/crd/js/it2me_service.js
@@ -28,7 +28,7 @@ remoting.It2MeService = function(appLauncher) {
this.appLauncher_ = appLauncher;
/**
- * @type {Array.<remoting.It2MeHelperChannel>}
+ * @type {Array<remoting.It2MeHelperChannel>}
* @private
*/
this.helpers_ = [];
« no previous file with comments | « remoting/webapp/crd/js/it2me_helper_channel.js ('k') | remoting/webapp/crd/js/log_to_server.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698