| Index: remoting/webapp/crd/js/desktop_connected_view.js
|
| diff --git a/remoting/webapp/crd/js/desktop_connected_view.js b/remoting/webapp/crd/js/desktop_connected_view.js
|
| index dde6821a4e0735a6fd3f3d0443f87ac0fd8af49c..5cb1e3973aeaf70321d916a0edda41ad41f56079 100644
|
| --- a/remoting/webapp/crd/js/desktop_connected_view.js
|
| +++ b/remoting/webapp/crd/js/desktop_connected_view.js
|
| @@ -31,7 +31,7 @@ remoting.enableMouseLock = false;
|
| * @param {remoting.DesktopConnectedView.Mode} mode The mode of this connection.
|
| * @param {string} defaultRemapKeys The default set of remap keys, to use
|
| * when the client doesn't define any.
|
| - * @param {function(remoting.Error, remoting.ClientPlugin): void} onInitialized
|
| + * @param {function(!remoting.Error, remoting.ClientPlugin): void} onInitialized
|
| * @constructor
|
| * @extends {base.EventSourceImpl}
|
| */
|
| @@ -56,7 +56,7 @@ remoting.DesktopConnectedView = function(session, container, host, mode,
|
|
|
| /**
|
| * Called when the UI is finished initializing.
|
| - * @type {function(remoting.Error, remoting.ClientPlugin):void}
|
| + * @type {function(!remoting.Error, remoting.ClientPlugin):void}
|
| */
|
| this.onInitialized_ = onInitialized;
|
|
|
|
|