| Index: remoting/webapp/crd/js/host_list_api.js
|
| diff --git a/remoting/webapp/crd/js/host_list_api.js b/remoting/webapp/crd/js/host_list_api.js
|
| index b172376b2eebace31929ed6bc16c56c39f04b0e6..04b2cdda3d501b724c22f52be05a8824a3e8395b 100644
|
| --- a/remoting/webapp/crd/js/host_list_api.js
|
| +++ b/remoting/webapp/crd/js/host_list_api.js
|
| @@ -19,7 +19,7 @@ remoting.HostListApi = function() {
|
| /**
|
| * Fetch the list of hosts for a user.
|
| *
|
| - * @param {function(Array.<remoting.Host>):void} onDone
|
| + * @param {function(Array<remoting.Host>):void} onDone
|
| * @param {function(remoting.Error):void} onError
|
| */
|
| remoting.HostListApi.prototype.get = function(onDone, onError) {
|
|
|