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

Removed proprietary require event system

This commit is contained in:
kkapsner 2019-04-07 23:22:56 +02:00
parent b7a6f81ef0
commit 9f3da67cf2
3 changed files with 11 additions and 36 deletions

View file

@ -466,5 +466,5 @@
};
Object.seal(scope);
require.emit("./settings");
logging.setSettings(scope);
}(require));