| 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) {
|
|
|