| Index: remoting/webapp/crd/js/paired_client_manager.js
|
| diff --git a/remoting/webapp/crd/js/paired_client_manager.js b/remoting/webapp/crd/js/paired_client_manager.js
|
| index d001cf31b5c7e38d29abf74152d8f8fcd3503bb7..2dd851c53dd5045922c0838a208b7103ddffab32 100644
|
| --- a/remoting/webapp/crd/js/paired_client_manager.js
|
| +++ b/remoting/webapp/crd/js/paired_client_manager.js
|
| @@ -91,7 +91,7 @@ remoting.PairedClient.prototype.isValid = function() {
|
| * the input object is incorrectly formatted.
|
| *
|
| * @param {*} pairedClients The object to convert.
|
| - * @return {Array.<remoting.PairedClient>} The converted result.
|
| + * @return {Array<remoting.PairedClient>} The converted result.
|
| */
|
| remoting.PairedClient.convertToPairedClientArray = function(pairedClients) {
|
| if (!(pairedClients instanceof Array)) {
|
| @@ -168,7 +168,7 @@ remoting.PairedClientManager = function(hostController, listContainer, message,
|
| */
|
| this.clientRows_ = listContainer.querySelector('tbody');
|
| /**
|
| - * @type {Array.<remoting.PairedClient>}
|
| + * @type {Array<remoting.PairedClient>}
|
| */
|
| this.pairedClients_ = [];
|
|
|
|
|