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

Unified Diff: dashboard/dashboard/elements/chart-tooltip.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 | « dashboard/dashboard/elements/chart-container.html ('k') | dashboard/dashboard/elements/test-picker.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/chart-tooltip.html
diff --git a/dashboard/dashboard/elements/chart-tooltip.html b/dashboard/dashboard/elements/chart-tooltip.html
index 24e3e1922adc2666c31148e2e8fa149c24947b45..5f562ec838b5315ff94d433ddd912fda8e97d873 100644
--- a/dashboard/dashboard/elements/chart-tooltip.html
+++ b/dashboard/dashboard/elements/chart-tooltip.html
@@ -232,8 +232,9 @@ was just clicked.
},
close: function() {
- if (this.$.container.opened)
+ if (this.$.container.opened) {
this.$.container.close();
+ }
},
openAtPosition: function(top, left) {
« no previous file with comments | « dashboard/dashboard/elements/chart-container.html ('k') | dashboard/dashboard/elements/test-picker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698