test(button): fix linter errors

This commit is contained in:
Brandy Carney
2016-11-10 20:44:35 -05:00
parent ee3decc31d
commit d3b0140ebf

View File

@ -63,7 +63,7 @@ export class E2EPage {
} }
setValue(value: any) { setValue(value: any) {
if (this.value !== value){ if (this.value !== value) {
this.buttons.forEach((btn: any) => btn.selected = (value === btn.value)); this.buttons.forEach((btn: any) => btn.selected = (value === btn.value));
this.value = value; this.value = value;
} }