refactor: replace fmg.modules with local vars

This commit is contained in:
Azgaar 2022-07-09 00:40:12 +03:00
parent 80bf0ef688
commit a97e7f44f6
31 changed files with 141 additions and 95 deletions

View file

@ -5,11 +5,6 @@ interface Navigator {
}
interface Window {
fmg: {
modules: {
[key: string]: boolean;
};
};
mapCoordinates: IMapCoordinates;
// untyped IIFE modules
$: typeof $;