1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00: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);