Fixed linter

This commit is contained in:
Jamie.Rees 2017-09-21 14:00:18 +01:00
parent a166410a26
commit b8e44ec921

View file

@ -14,7 +14,7 @@ export class SearchComponent implements OnInit {
public selectMovieTab() {
this.showMovie = true;
this.showTv = false;
}
}
public selectTvTab() {
this.showMovie = false;