Skip to content

Commit

Permalink
fix globals following last merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Oct 3, 2023
1 parent 08be14e commit 1dce91c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/ui/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ declare const ENV_PRODUCTION: boolean;
declare const ENV_LOCAL: boolean;

// Google Analytics global variable
declare const ga: any;
declare const ga: any;

declare interface Window {
webkitAudioContext: typeof AudioContext
}

0 comments on commit 1dce91c

Please sign in to comment.