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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user