Index: remoting/webapp/crd/js/identity.js |
diff --git a/remoting/webapp/crd/js/identity.js b/remoting/webapp/crd/js/identity.js |
index dfa7f987ab2dd87926935d67d8a9b5323768bd2d..56371f9b7d3e3c95833ab994045ee3718e1678d0 100644 |
--- a/remoting/webapp/crd/js/identity.js |
+++ b/remoting/webapp/crd/js/identity.js |
@@ -24,9 +24,9 @@ remoting.identity = null; |
remoting.Identity = function(opt_consentDialog) { |
/** @private */ |
this.consentDialog_ = opt_consentDialog; |
- /** @type {string} @private */ |
+ /** @private {string} */ |
this.email_ = ''; |
- /** @type {string} @private */ |
+ /** @private {string} */ |
this.fullName_ = ''; |
/** @type {base.Deferred<string>} */ |
this.authTokenDeferred_ = null; |