| Index: remoting/webapp/crd/js/it2me_host_facade.js
|
| diff --git a/remoting/webapp/crd/js/it2me_host_facade.js b/remoting/webapp/crd/js/it2me_host_facade.js
|
| index c33f8ebdf8872fcb02cb9c4c9b03508a538549ed..d0bb412b5808959b57571d5246cdaf6b839c442d 100644
|
| --- a/remoting/webapp/crd/js/it2me_host_facade.js
|
| +++ b/remoting/webapp/crd/js/it2me_host_facade.js
|
| @@ -55,7 +55,7 @@ remoting.It2MeHostFacade = function() {
|
| /**
|
| * Called if the It2Me Native Messaging host sends a malformed message:
|
| * missing required attributes, attributes with incorrect types, etc.
|
| - * @type {?function(remoting.Error):void}
|
| + * @type {?function(!remoting.Error):void}
|
| * @private
|
| */
|
| this.onError_ = function(error) {};
|
| @@ -131,7 +131,7 @@ remoting.It2MeHostFacade.prototype.initialize =
|
| * XMPP server
|
| * @param {string} directoryBotJid XMPP JID for the remoting directory server
|
| * bot.
|
| - * @param {function(remoting.Error):void} onError Callback to invoke in case of
|
| + * @param {function(!remoting.Error):void} onError Callback to invoke in case of
|
| * an error.
|
| * @return {void}
|
| */
|
|
|