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

Unified Diff: tracing/tracing/ui/timeline_view_help_overlay.html

Issue 2776653002: [ESLint] Fix violations when enabling curly rule in eslint. (Closed)
Patch Set: rebase Created 3 years, 9 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 | « tracing/tracing/ui/timeline_view.html ('k') | tracing/tracing/ui/timeline_view_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/timeline_view_help_overlay.html
diff --git a/tracing/tracing/ui/timeline_view_help_overlay.html b/tracing/tracing/ui/timeline_view_help_overlay.html
index c99aaaf35555962a52707155a71621fa6aee89bc..7a00b773d1ab90f7c37899c773189736592f0f05 100644
--- a/tracing/tracing/ui/timeline_view_help_overlay.html
+++ b/tracing/tracing/ui/timeline_view_help_overlay.html
@@ -237,8 +237,9 @@ Polymer({
var mod = tr.isMac ? 'cmd ' : 'ctrl';
var spans = Polymer.dom(this.root).querySelectorAll(
'span.mod');
- for (var i = 0; i < spans.length; i++)
+ for (var i = 0; i < spans.length; i++) {
Polymer.dom(spans[i]).textContent = mod;
+ }
}
});
</script>
« no previous file with comments | « tracing/tracing/ui/timeline_view.html ('k') | tracing/tracing/ui/timeline_view_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698