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

Unified Diff: remoting/webapp/crd/js/host_settings.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/host_list_api_impl.js ('k') | remoting/webapp/crd/js/host_setup_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/host_settings.js
diff --git a/remoting/webapp/crd/js/host_settings.js b/remoting/webapp/crd/js/host_settings.js
index e6164f17743249fec139e82c6717c68e0d87076f..9257f19d620df4e7be2fd8b2affbf1db9aac7c3f 100644
--- a/remoting/webapp/crd/js/host_settings.js
+++ b/remoting/webapp/crd/js/host_settings.js
@@ -75,7 +75,7 @@ remoting.HostSettings.save = function(hostId, options, opt_callback) {
*/
remoting.HostSettings.loadInternal_ = function(hostId, callback) {
/**
- * @param {Object.<string>} allHosts The current options for all hosts.
+ * @param {Object<string>} allHosts The current options for all hosts.
* @return {void} Nothing.
*/
var onDone = function(allHosts) {
« no previous file with comments | « remoting/webapp/crd/js/host_list_api_impl.js ('k') | remoting/webapp/crd/js/host_setup_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698