| Index: remoting/webapp/crd/js/client_screen.js
|
| diff --git a/remoting/webapp/crd/js/client_screen.js b/remoting/webapp/crd/js/client_screen.js
|
| index 273fac54dea6e2b03600a6ad616dbe8ecd9ef09b..69fb0be410a0c432506d9a57ade127ad42a3cfd7 100644
|
| --- a/remoting/webapp/crd/js/client_screen.js
|
| +++ b/remoting/webapp/crd/js/client_screen.js
|
| @@ -64,7 +64,7 @@ remoting.disconnect = function() {
|
| * Callback function called when the state of the client plugin changes. The
|
| * current and previous states are available via the |state| member variable.
|
| *
|
| - * @param {remoting.ClientSession.StateEvent} state
|
| + * @param {remoting.ClientSession.StateEvent=} state
|
| */
|
| function onClientStateChange_(state) {
|
| switch (state.current) {
|
|
|