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

Unified Diff: remoting/webapp/crd/js/options_menu.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/menu_button.js ('k') | remoting/webapp/crd/js/session_connector_impl.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/options_menu.js
diff --git a/remoting/webapp/crd/js/options_menu.js b/remoting/webapp/crd/js/options_menu.js
index 538e0d41447519a47fb418a2c8b2a3b4d5c4b9c2..45a5227085f6283514640d567cc493cc053dbb3f 100644
--- a/remoting/webapp/crd/js/options_menu.js
+++ b/remoting/webapp/crd/js/options_menu.js
@@ -34,10 +34,7 @@ remoting.OptionsMenu = function(sendCtrlAltDel, sendPrtScrn,
this.fullscreen_ = fullscreen;
this.startStopRecording_ = startStopRecording;
- /**
- * @type {remoting.DesktopConnectedView}
- * @private
- */
+ /** @private {remoting.DesktopConnectedView} */
this.desktopConnectedView_ = null;
this.sendCtrlAltDel_.addEventListener(
« no previous file with comments | « remoting/webapp/crd/js/menu_button.js ('k') | remoting/webapp/crd/js/session_connector_impl.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698