| Index: remoting/webapp/crd/js/log_to_server.js
|
| diff --git a/remoting/webapp/crd/js/log_to_server.js b/remoting/webapp/crd/js/log_to_server.js
|
| index 011f96986f5f7e4364869937e49ac58d428bbb61..8b87f1b5c4efc7273b3cb4ce5f43f36ae5926294 100644
|
| --- a/remoting/webapp/crd/js/log_to_server.js
|
| +++ b/remoting/webapp/crd/js/log_to_server.js
|
| @@ -160,7 +160,7 @@ remoting.LogToServer.shouldAddDuration_ = function(state) {
|
|
|
| /**
|
| * Logs connection statistics.
|
| - * @param {Object.<string, number>} stats The connection statistics
|
| + * @param {Object<string, number>} stats The connection statistics
|
| */
|
| remoting.LogToServer.prototype.logStatistics = function(stats) {
|
| this.maybeExpireSessionId_();
|
|
|