Chromium Code Reviews| 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 |
|
kelvinp
2015/02/03 01:15:33
Fix this to make it less restrictive.
|
| * base.Ipc.invoke(|methodName|, arg1, arg2, ...) |
| * Async handlers that return promises are currently not supported. |
| * @return {boolean} Whether the handler is successfully registered. |