1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Centralized settings management

This commit is contained in:
kkapsner 2017-11-07 00:36:44 +01:00
parent 18df3f97fe
commit 2193313980
24 changed files with 917 additions and 912 deletions

View file

@ -13,6 +13,7 @@
scope = window.scope.check;
}
const settings = require("./settings");
const lists = require("./lists");
const {parseErrorStack} = require("./callingStack");
const logging = require("./logging");