| Index: remoting/webapp/crd/js/connection_stats.js
|
| diff --git a/remoting/webapp/crd/js/connection_stats.js b/remoting/webapp/crd/js/connection_stats.js
|
| index 65e3a97de8608a223081f92caf253941b17f453e..e707c9f3d7742d17fdbc71149750b7f8827b2cef 100644
|
| --- a/remoting/webapp/crd/js/connection_stats.js
|
| +++ b/remoting/webapp/crd/js/connection_stats.js
|
| @@ -18,15 +18,10 @@ var remoting = remoting || {};
|
| * @param {Element} statsElement The HTML div to which to update stats.
|
| */
|
| remoting.ConnectionStats = function(statsElement) {
|
| - /**
|
| - * @private
|
| - */
|
| + /** @private */
|
| this.statsElement_ = statsElement;
|
|
|
| - /**
|
| - * @type {remoting.ClientSession.PerfStats}
|
| - * @private
|
| - */
|
| + /** @private {remoting.ClientSession.PerfStats} */
|
| this.mostRecent_ = null
|
|
|
| remoting.windowShape.addCallback(this);
|
|
|