Index: remoting/webapp/crd/js/client_session.js |
diff --git a/remoting/webapp/crd/js/client_session.js b/remoting/webapp/crd/js/client_session.js |
index 4fa47c926192b68632a9f5b41536c6f981c8e6c9..0572d95668c7875153f9742f85dbb13047dd3cf1 100644 |
--- a/remoting/webapp/crd/js/client_session.js |
+++ b/remoting/webapp/crd/js/client_session.js |
@@ -66,8 +66,7 @@ remoting.ClientSession = function(host, signalStrategy, credentialsProvider, |
/** @private */ |
this.sessionId_ = ''; |
- /** @type {remoting.ClientPlugin} |
- * @private */ |
+ /** @private {remoting.ClientPlugin} */ |
this.plugin_ = null; |
/** @private */ |
this.hasReceivedFrame_ = false; |
@@ -89,10 +88,10 @@ remoting.ClientSession = function(host, signalStrategy, credentialsProvider, |
*/ |
this.logHostOfflineErrors_ = true; |
- /** @type {remoting.GnubbyAuthHandler} @private */ |
+ /** @private {remoting.GnubbyAuthHandler} */ |
this.gnubbyAuthHandler_ = null; |
- /** @type {remoting.CastExtensionHandler} @private */ |
+ /** @private {remoting.CastExtensionHandler} */ |
this.castExtensionHandler_ = null; |
this.defineEvents(Object.keys(remoting.ClientSession.Events)); |