Index: remoting/webapp/me2mom/wcs_iq_client_proto.js |
diff --git a/remoting/webapp/me2mom/wcs_iq_client_proto.js b/remoting/webapp/me2mom/wcs_iq_client_proto.js |
index 85b89c08267720c660bd511eb120562309de956e..3a48426055972974628ed7e0a37b78326b60d4ad 100644 |
--- a/remoting/webapp/me2mom/wcs_iq_client_proto.js |
+++ b/remoting/webapp/me2mom/wcs_iq_client_proto.js |
@@ -12,8 +12,8 @@ var remoting = remoting || {}; |
*/ |
remoting.WcsIqClient = function() {}; |
-/** @param {function(string): void} onMsg The function called when a message |
- * is received. |
+/** @param {function(Array.<string>): void} onMsg The function called when a |
+ * message is received. |
* @return {void} Nothing. */ |
remoting.WcsIqClient.prototype.setOnMessage = function(onMsg) {}; |