| Index: dashboard/dashboard/elements/chart-legend.html
|
| diff --git a/dashboard/dashboard/elements/chart-legend.html b/dashboard/dashboard/elements/chart-legend.html
|
| index 7915203e6966a738ca155f9bb095d5ab57e53f46..e7c1ed9d1bfbdb49e8c8e6a8faae78254aaa506a 100644
|
| --- a/dashboard/dashboard/elements/chart-legend.html
|
| +++ b/dashboard/dashboard/elements/chart-legend.html
|
| @@ -354,7 +354,7 @@ found in the LICENSE file.
|
| } else {
|
| allUnselected.push(test);
|
| }
|
| - });
|
| + }.bind(this));
|
|
|
| if (this.importantSelected(seriesGroup.tests)) {
|
| this.set(
|
| @@ -473,7 +473,7 @@ found in the LICENSE file.
|
| '.hidden',
|
| false);
|
| }
|
| - });
|
| + }.bind(this));
|
| this.updateNumHidden(groupIndex);
|
| },
|
|
|
|
|