Chromium Code Reviews| Index: remoting/webapp/crd/js/smart_reconnector.js |
| diff --git a/remoting/webapp/crd/js/smart_reconnector.js b/remoting/webapp/crd/js/smart_reconnector.js |
| index 7cc50bfb0257fb4f0a30b5514851a994a00de259..ed76ac6f49e177bdc5603ab63edaf7a5916bc08e 100644 |
| --- a/remoting/webapp/crd/js/smart_reconnector.js |
| +++ b/remoting/webapp/crd/js/smart_reconnector.js |
| @@ -81,7 +81,7 @@ remoting.SmartReconnector.prototype = { |
| }, |
| /** |
| - * @param {remoting.ClientSession.StateEvent} event |
| + * @param {remoting.ClientSession.StateEvent=} event |
|
kelvinp
2015/01/12 22:51:28
why the =?
garykac
2015/01/13 00:28:39
base.EventSource.prototype.addEventListener is def
|
| */ |
| stateChanged_: function(event) { |
| var State = remoting.ClientSession.State; |
| @@ -96,7 +96,7 @@ remoting.SmartReconnector.prototype = { |
| }, |
| /** |
| - * @param {boolean} active True if the video channel is active. |
| + * @param {boolean=} active True if the video channel is active. |
| */ |
| videoChannelStateChanged_: function (active) { |
| this.cancelPending_(); |