| Index: remoting/webapp/crd/js/desktop_remoting.js
|
| diff --git a/remoting/webapp/crd/js/desktop_remoting.js b/remoting/webapp/crd/js/desktop_remoting.js
|
| index 01da99bd9d099aa2799bb9986b411c2799246919..22b69a0e07acde47bf7894ac39646d529027ee93 100644
|
| --- a/remoting/webapp/crd/js/desktop_remoting.js
|
| +++ b/remoting/webapp/crd/js/desktop_remoting.js
|
| @@ -24,8 +24,7 @@ remoting.DesktopRemoting = function(app) {
|
| * needed to get the current mode when reporting errors. So we should be
|
| * able to refactor and remove this reference cycle.
|
| *
|
| - * @type {remoting.Application}
|
| - * @private
|
| + * @private {remoting.Application}
|
| */
|
| this.app_ = app;
|
| app.setDelegate(this);
|
| @@ -34,8 +33,7 @@ remoting.DesktopRemoting = function(app) {
|
| * Whether to refresh the JID and retry the connection if the current JID
|
| * is offline.
|
| *
|
| - * @type {boolean}
|
| - * @private
|
| + * @private {boolean}
|
| */
|
| this.refreshHostJidIfOffline_ = true;
|
| };
|
|
|