| Index: remoting/webapp/crd/js/host_list_api_impl.js
|
| diff --git a/remoting/webapp/crd/js/host_list_api_impl.js b/remoting/webapp/crd/js/host_list_api_impl.js
|
| index 9516e3ca45ea59134dddea265224fa5c15943649..5cf4a2debac9e778f5d0a85a39c7dd1d4448b03f 100644
|
| --- a/remoting/webapp/crd/js/host_list_api_impl.js
|
| +++ b/remoting/webapp/crd/js/host_list_api_impl.js
|
| @@ -22,7 +22,7 @@ remoting.HostListApiImpl = 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.HostListApiImpl.prototype.get = function(onDone, onError) {
|
| @@ -95,7 +95,7 @@ remoting.HostListApiImpl.prototype.remove = function(hostId, onDone, onError) {
|
| * include a JSON-encoded list of host descriptions, which is parsed and
|
| * passed to the callback.
|
| *
|
| - * @param {function(Array.<remoting.Host>):void} onDone
|
| + * @param {function(Array<remoting.Host>):void} onDone
|
| * @param {function(remoting.Error):void} onError
|
| * @param {XMLHttpRequest} xhr
|
| * @private
|
|
|