1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

add typings for timeouts and window objects

This commit is contained in:
Kyle Spearrin
2018-01-11 14:16:38 -05:00
parent e2267d29a3
commit 2f5a1f470a
10 changed files with 14 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ export class AddFolderController {
constructor(private folderService: any, private $state: any, private toastr: any,
platformUtilsService: PlatformUtilsService, private $analytics: any, private i18nService: any,
$timeout: any) {
$timeout: ng.ITimeoutService) {
$timeout(() => {
platformUtilsService.initListSectionItemListeners(document, angular);
document.getElementById('name').focus();