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 122ea5f4f60db42c393d0330f113e855e9ead41e..a940a28fc1b959a0c7d4b3f48c33c87eea55d8e9 100644 |
| --- a/remoting/webapp/base/js/ipc.js |
| +++ b/remoting/webapp/base/js/ipc.js |
| @@ -50,7 +50,7 @@ var base = base || {}; |
| base.Ipc = function() { |
| base.debug.assert(instance_ === null); |
| /** |
| - * @type {!Object.<Function>} |
| + * @type {!Object<Function>} |
| * @private |
| */ |
| this.handlers_ = {}; |