| Index: remoting/webapp/options_menu.js
|
| diff --git a/remoting/webapp/options_menu.js b/remoting/webapp/options_menu.js
|
| index fa1b9fd0153dfbf622916c2213062128cfb12d88..091f576ae6281af4b5df088dd7d21412edf2dc59 100644
|
| --- a/remoting/webapp/options_menu.js
|
| +++ b/remoting/webapp/options_menu.js
|
| @@ -13,11 +13,11 @@
|
| var remoting = remoting || {};
|
|
|
| /**
|
| - * @param {HTMLElement} sendCtrlAltDel
|
| - * @param {HTMLElement} sendPrtScrn
|
| - * @param {HTMLElement} resizeToClient
|
| - * @param {HTMLElement} shrinkToFit
|
| - * @param {HTMLElement?} fullscreen
|
| + * @param {Element} sendCtrlAltDel
|
| + * @param {Element} sendPrtScrn
|
| + * @param {Element} resizeToClient
|
| + * @param {Element} shrinkToFit
|
| + * @param {Element?} fullscreen
|
| * @constructor
|
| */
|
| remoting.OptionsMenu = function(sendCtrlAltDel, sendPrtScrn,
|
|
|