fix lint issue

This commit is contained in:
Kyle Spearrin 2017-12-29 16:37:04 -05:00
parent 596e7b8a3b
commit 3253b4861f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export class CurrentController {
}
$onInit() {
this.$timeout(function () {
this.$timeout(() => {
document.getElementById('search').focus();
}, 50);