| Index: remoting/webapp/crd/js/event_handlers.js
|
| diff --git a/remoting/webapp/crd/js/event_handlers.js b/remoting/webapp/crd/js/event_handlers.js
|
| index 9e1c68d7f50563352c1523a9c81873fdcb5f78d3..4332709c4aca9b2ab740b201c7c72ad545d0c940 100644
|
| --- a/remoting/webapp/crd/js/event_handlers.js
|
| +++ b/remoting/webapp/crd/js/event_handlers.js
|
| @@ -5,7 +5,7 @@
|
| 'use strict';
|
|
|
| /**
|
| - * @param {Array.<{event: string, id: string,
|
| + * @param {Array<{event: string, id: string,
|
| * fn: function(Event):void}>} actions Array of actions to register.
|
| */
|
| function registerEventListeners(actions) {
|
|
|