Index: remoting/webapp/app_remoting/js/app_remoting.js |
diff --git a/remoting/webapp/app_remoting/js/app_remoting.js b/remoting/webapp/app_remoting/js/app_remoting.js |
index 207ec414200079adfba06ee02a88fb232b35af45..f70c13ec4320550a7b6bfc6ce8c952209bff50f5 100644 |
--- a/remoting/webapp/app_remoting/js/app_remoting.js |
+++ b/remoting/webapp/app_remoting/js/app_remoting.js |
@@ -240,7 +240,7 @@ remoting.AppRemoting.prototype.handleConnected = function(clientSession) { |
// Cancel the ping when the connection closes. |
clientSession.addEventListener( |
remoting.ClientSession.Events.stateChanged, |
- /** @param {remoting.ClientSession.StateEvent} state */ |
+ /** @param {remoting.ClientSession.StateEvent=} state */ |
function(state) { |
if (state.current === remoting.ClientSession.State.CLOSED || |
state.current === remoting.ClientSession.State.FAILED) { |