chore(): update stencil + fix lint errors

This commit is contained in:
Manu Mtz.-Almeida
2018-10-02 17:54:32 +02:00
parent 5560dcd713
commit 2f9aaa2e0c
3 changed files with 4 additions and 5 deletions

View File

@ -154,9 +154,7 @@ export class Searchbar implements ComponentInterface {
@Method()
setFocus() {
if (this.nativeInput) {
this.nativeInput.focus();
}
this.nativeInput.focus();
}
/**