| Index: remoting/webapp/crd/js/it2me_helpee_channel.js
|
| diff --git a/remoting/webapp/crd/js/it2me_helpee_channel.js b/remoting/webapp/crd/js/it2me_helpee_channel.js
|
| index 65614f4566e2736826704b2c903325ba9d00e57e..3ab8762fde71140926a192023480395dd4140891 100644
|
| --- a/remoting/webapp/crd/js/it2me_helpee_channel.js
|
| +++ b/remoting/webapp/crd/js/it2me_helpee_channel.js
|
| @@ -161,7 +161,7 @@ remoting.It2MeHelpeeChannel.prototype.dispose = function() {
|
| /**
|
| * Message Handler for incoming runtime messages from Hangouts.
|
| *
|
| - * @param {{method:string, data:Object.<string,*>}} message
|
| + * @param {{method:string, data:Object<string,*>}} message
|
| * @private
|
| */
|
| remoting.It2MeHelpeeChannel.prototype.onHangoutMessage_ = function(message) {
|
| @@ -197,7 +197,7 @@ remoting.It2MeHelpeeChannel.prototype.onHangoutMessage_ = function(message) {
|
| /**
|
| * Queries the |hostInstaller| for the installation status.
|
| *
|
| - * @param {{method:string, data:Object.<string,*>}} message
|
| + * @param {{method:string, data:Object<string,*>}} message
|
| * @private
|
| */
|
| remoting.It2MeHelpeeChannel.prototype.handleIsHostInstalled_ =
|
| @@ -221,7 +221,7 @@ remoting.It2MeHelpeeChannel.prototype.handleIsHostInstalled_ =
|
| };
|
|
|
| /**
|
| - * @param {{method:string, data:Object.<string,*>}} message
|
| + * @param {{method:string, data:Object<string,*>}} message
|
| * @private
|
| */
|
| remoting.It2MeHelpeeChannel.prototype.handleDownloadHost_ = function(message) {
|
| @@ -244,7 +244,7 @@ remoting.It2MeHelpeeChannel.prototype.onHangoutDisconnect_ = function() {
|
| /**
|
| * Connects to the It2Me Native messaging Host and retrieves the access code.
|
| *
|
| - * @param {{method:string, data:Object.<string,*>}} message
|
| + * @param {{method:string, data:Object<string,*>}} message
|
| * @private
|
| */
|
| remoting.It2MeHelpeeChannel.prototype.handleConnect_ =
|
| @@ -473,7 +473,7 @@ remoting.It2MeHelpeeChannel.prototype.onHostStateChanged_ = function(state) {
|
| };
|
|
|
| /**
|
| - * @param {?{method:string, data:Object.<string,*>}} incomingMessage
|
| + * @param {?{method:string, data:Object<string,*>}} incomingMessage
|
| * @param {string|Error} error
|
| * @private
|
| */
|
|
|