| Index: remoting/webapp/base/js/auth_dialog.js
|
| diff --git a/remoting/webapp/base/js/auth_dialog.js b/remoting/webapp/base/js/auth_dialog.js
|
| index cdb62d056e3b9c54d2993f28479de8b2f47dbc23..bdb2b488f498f045c2bd8398f8dac29085c12662 100644
|
| --- a/remoting/webapp/base/js/auth_dialog.js
|
| +++ b/remoting/webapp/base/js/auth_dialog.js
|
| @@ -48,7 +48,7 @@ remoting.AuthDialog = function(rootElement) {
|
| };
|
|
|
| /**
|
| - * @param {Array.<{left: number, top: number, width: number, height: number}>}
|
| + * @param {Array<{left: number, top: number, width: number, height: number}>}
|
| * rects List of rectangles.
|
| */
|
| remoting.AuthDialog.prototype.addToRegion = function(rects) {
|
|
|