| 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(
|
|
|