| 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 9cfff10a6596314e44fb6e489af8431a4dc3245e..542e3f0e9d68e3f9ef8cd10101963cd644d444d2 100644
|
| --- a/remoting/webapp/crd/js/host_list_api_impl.js
|
| +++ b/remoting/webapp/crd/js/host_list_api_impl.js
|
| @@ -159,7 +159,4 @@ remoting.HostListApiImpl.defaultResponse_ = function(opt_ignoreErrors) {
|
| return result;
|
| };
|
|
|
| -/** @type {remoting.HostListApi} */
|
| -remoting.hostListApi = new remoting.HostListApiImpl();
|
| -
|
| })();
|
|
|