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

Unified Diff: remoting/webapp/crd/js/log_to_server.js

Issue 983023002: [Chromoting] Use compact notation for javascript @private types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_host_facade.js ('k') | remoting/webapp/crd/js/menu_button.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/log_to_server.js
diff --git a/remoting/webapp/crd/js/log_to_server.js b/remoting/webapp/crd/js/log_to_server.js
index fcd7e052770ed2ded21fa239382a44e524e14948..2e65aad55d8f07a60d1a9f591cd0d1b6ceaf304d 100644
--- a/remoting/webapp/crd/js/log_to_server.js
+++ b/remoting/webapp/crd/js/log_to_server.js
@@ -30,7 +30,7 @@ remoting.LogToServer = function(signalStrategy, mode) {
this.signalStrategy_ = signalStrategy;
/** @private */
this.mode_ = mode;
- /** @type {string} @private */
+ /** @private {string} */
this.connectionType_ = '';
this.setSessionId_();
« no previous file with comments | « remoting/webapp/crd/js/it2me_host_facade.js ('k') | remoting/webapp/crd/js/menu_button.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698