| Index: remoting/webapp/base/js/ipc.js
|
| diff --git a/remoting/webapp/base/js/ipc.js b/remoting/webapp/base/js/ipc.js
|
| index 07d175cb7497ecd8b09a0c2ac37ef3093c744728..122ea5f4f60db42c393d0330f113e855e9ead41e 100644
|
| --- a/remoting/webapp/base/js/ipc.js
|
| +++ b/remoting/webapp/base/js/ipc.js
|
| @@ -89,7 +89,7 @@ base.Ipc.Request_ = function(methodName, params) {
|
|
|
| /**
|
| * @param {string} methodName
|
| - * @param {function(?)} handler The handler can be invoked by calling
|
| + * @param {function(...?)} handler The handler can be invoked by calling
|
| * base.Ipc.invoke(|methodName|, arg1, arg2, ...)
|
| * Async handlers that return promises are currently not supported.
|
| * @return {boolean} Whether the handler is successfully registered.
|
|
|