Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: ui/webui/resources/cr_elements/cr_events/cr_events.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/login/resource_loader.js ('k') | ui/webui/resources/cr_elements/v0_8/cr_events/cr_events.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/cr_events/cr_events.js
diff --git a/ui/webui/resources/cr_elements/cr_events/cr_events.js b/ui/webui/resources/cr_elements/cr_events/cr_events.js
index ef84609d0be3cbdd1be044c4c781e340a9157020..709d29f323890c38d7e13f21050ed7a6e90a4766 100644
--- a/ui/webui/resources/cr_elements/cr_events/cr_events.js
+++ b/ui/webui/resources/cr_elements/cr_events/cr_events.js
@@ -21,7 +21,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++)
« no previous file with comments | « ui/login/resource_loader.js ('k') | ui/webui/resources/cr_elements/v0_8/cr_events/cr_events.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698