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

@ -14,10 +14,6 @@ import {addGlobalListeners} from "./scripts/listeners";
import {checkForUpdates} from "./scripts/updater";
import {getInputNumber} from "utils/nodeUtils";
window.fmg = {
modules: {}
};
// default options
options = {
pinNotes: false,