Index: remoting/webapp/crd/js/host_install_dialog.js |
diff --git a/remoting/webapp/crd/js/host_install_dialog.js b/remoting/webapp/crd/js/host_install_dialog.js |
index ab072e830eecafb866a892183a70526a8714be51..ecfb2048a5c13408bf8b3083cf6d4ba2ab7fd700 100644 |
--- a/remoting/webapp/crd/js/host_install_dialog.js |
+++ b/remoting/webapp/crd/js/host_install_dialog.js |
@@ -27,16 +27,16 @@ remoting.HostInstallDialog = function() { |
this.continueInstallButton_.disabled = false; |
this.cancelInstallButton_.disabled = false; |
- /** @private*/ |
+ /** @private */ |
this.onDoneHandler_ = function() {}; |
- /** @param {remoting.Error} error @private */ |
- this.onErrorHandler_ = function(error) {}; |
- |
/** |
- * @type {remoting.HostInstaller} |
+ * @param {remoting.Error} error |
* @private |
*/ |
+ this.onErrorHandler_ = function(error) {}; |
+ |
+ /** @private {remoting.HostInstaller} */ |
this.hostInstaller_ = new remoting.HostInstaller(); |
}; |