| 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 3da39938bed0dfcbe2582a8c1a8b5a858ae6b91b..65e3a97de8608a223081f92caf253941b17f453e 100644
|
| --- a/remoting/webapp/crd/js/connection_stats.js
|
| +++ b/remoting/webapp/crd/js/connection_stats.js
|
| @@ -58,7 +58,7 @@ remoting.ConnectionStats.prototype.show = function(show) {
|
| /**
|
| * If the stats panel is visible, add its bounding rectangle to the specified
|
| * region.
|
| - * @param {Array.<{left: number, top: number, width: number, height: number}>}
|
| + * @param {Array<{left: number, top: number, width: number, height: number}>}
|
| * rects List of rectangles.
|
| */
|
|
|
|
|