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

Unified Diff: remoting/webapp/crd/js/wcs.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/video_frame_recorder.js ('k') | remoting/webapp/crd/js/wcs_sandbox_container.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/wcs.js
diff --git a/remoting/webapp/crd/js/wcs.js b/remoting/webapp/crd/js/wcs.js
index 3a6d1e37261aee9937cc7ad0bdb97e653769d5c1..a019c1b304e3ff9fa1f15f75764a149eedbc5724 100644
--- a/remoting/webapp/crd/js/wcs.js
+++ b/remoting/webapp/crd/js/wcs.js
@@ -81,7 +81,7 @@ remoting.Wcs.prototype.updateAccessToken = function(tokenNew) {
/**
* Handles a message coming from the WcsIqClient.
*
- * @param {Array.<string>} msg The message.
+ * @param {Array<string>} msg The message.
* @return {void} Nothing.
* @private
*/
« no previous file with comments | « remoting/webapp/crd/js/video_frame_recorder.js ('k') | remoting/webapp/crd/js/wcs_sandbox_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698