mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
add typings for timeouts and window objects
This commit is contained in:
@@ -5,7 +5,7 @@ export class AboutController {
|
||||
year: number;
|
||||
i18n: any;
|
||||
|
||||
constructor(i18nService: any) {
|
||||
constructor(private i18nService: any) {
|
||||
this.i18n = i18nService;
|
||||
this.year = (new Date()).getFullYear();
|
||||
this.version = chrome.runtime.getManifest().version;
|
||||
|
||||
Reference in New Issue
Block a user