Index: ui/webui/resources/cr_elements/v0_8/cr_events/cr_events.js |
diff --git a/ui/webui/resources/cr_elements/v0_8/cr_events/cr_events.js b/ui/webui/resources/cr_elements/v0_8/cr_events/cr_events.js |
index 851409019a8eb9db88cc17910abf3282b45077a2..99d083791b5d4e1fbb39d6df7fe229fa2a76a2f7 100644 |
--- a/ui/webui/resources/cr_elements/v0_8/cr_events/cr_events.js |
+++ b/ui/webui/resources/cr_elements/v0_8/cr_events/cr_events.js |
@@ -23,7 +23,7 @@ Polymer({ |
* Sets up an element to forward events across the shadow boundary, for events |
* which normally stop at the root node (see http://goo.gl/WGMO9x). |
* @param {!HTMLElement} element The element to forward events from. |
- * @param {!Array.<string>} events The events to forward. |
+ * @param {!Array<string>} events The events to forward. |
*/ |
forward: function(element, events) { |
for (var i = 0; i < events.length; i++) |