1
0
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:
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

@@ -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;