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

Unified Diff: remoting/webapp/base/js/host.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 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
Index: remoting/webapp/base/js/host.js
diff --git a/remoting/webapp/base/js/host.js b/remoting/webapp/base/js/host.js
index 741ed8b77b588cb0f03fbe1df85ed3b628ad3c36..4e56eafbed3c4599d9b72efa1dc7749f1d984f55 100644
--- a/remoting/webapp/base/js/host.js
+++ b/remoting/webapp/base/js/host.js
@@ -77,7 +77,7 @@ remoting.Host.Options.prototype.load = function() {
var that = this;
return base.Promise.as(remoting.HostSettings.load, [this.hostId_]).then(
/**
- * @param {Object.<string|boolean|number>} options
+ * @param {Object<string|boolean|number>} options
*/
function(options) {
// Must be defaulted to true so that app-remoting can resize the host
« no previous file with comments | « remoting/webapp/base/js/client_plugin_host_desktop_impl.js ('k') | tools/deep_memory_profiler/visualizer/static/graph-view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698