Index: remoting/webapp/crd/js/host_installer.js |
diff --git a/remoting/webapp/crd/js/host_installer.js b/remoting/webapp/crd/js/host_installer.js |
index 9324a0ffbe2481b7c3f86c25d232848911d221cf..9a97e6ff64c9f40d12de5fe7dac80e8b62cc82f5 100644 |
--- a/remoting/webapp/crd/js/host_installer.js |
+++ b/remoting/webapp/crd/js/host_installer.js |
@@ -32,16 +32,10 @@ var remoting = remoting || {}; |
* @constructor |
*/ |
remoting.HostInstaller = function() { |
- /** |
- * @type {Promise} |
- * @private |
- */ |
+ /** @private {Promise} */ |
this.downloadAndWaitForInstallPromise_ = null; |
- /** |
- * @type {?number} |
- * @private |
- */ |
+ /** @private {?number} */ |
this.checkInstallIntervalId_ = null; |
}; |