From 3253b4861fc7fff36814042e9fc06ae4cdce3a9d Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 29 Dec 2017 16:37:04 -0500 Subject: [PATCH] fix lint issue --- src/popup/app/current/current.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup/app/current/current.component.ts b/src/popup/app/current/current.component.ts index 7b73c6efff9..e21656a7b54 100644 --- a/src/popup/app/current/current.component.ts +++ b/src/popup/app/current/current.component.ts @@ -36,7 +36,7 @@ export class CurrentController { } $onInit() { - this.$timeout(function () { + this.$timeout(() => { document.getElementById('search').focus(); }, 50);