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

Unified Diff: remoting/webapp/crd/js/oauth2.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/log_to_server.js ('k') | remoting/webapp/crd/js/paired_client_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/oauth2.js
diff --git a/remoting/webapp/crd/js/oauth2.js b/remoting/webapp/crd/js/oauth2.js
index 7a18a9c996559ca04fba2275ae04a1f43e2ac0a8..b4fbaf1749f2158ff1710904f7b5dab4e153e68b 100644
--- a/remoting/webapp/crd/js/oauth2.js
+++ b/remoting/webapp/crd/js/oauth2.js
@@ -263,7 +263,7 @@ remoting.OAuth2.prototype.getAuthorizationCode = function(onDone) {
/**
* Processes the results of the oauth flow.
*
- * @param {Object.<string, string>} message Dictionary containing the parsed
+ * @param {Object<string, string>} message Dictionary containing the parsed
* OAuth redirect URL parameters.
* @param {function(*)} sendResponse Function to send response.
*/
« no previous file with comments | « remoting/webapp/crd/js/log_to_server.js ('k') | remoting/webapp/crd/js/paired_client_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698