1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-24 08:09:59 +02:00

fix lint issue

This commit is contained in:
Kyle Spearrin 2017-12-29 16:37:04 -05:00
parent 596e7b8a3b
commit 3253b4861f

View File

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