mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Typos and linting
This commit is contained in:
parent
f873bd84e5
commit
4a043b2c78
16 changed files with 101 additions and 75 deletions
|
@ -66,7 +66,7 @@
|
|||
scope.intercept({subject: window}, apis);
|
||||
}
|
||||
else {
|
||||
logging.message("settings not loaded -> need to pre intercep");
|
||||
logging.message("settings not loaded -> need to pre intercept");
|
||||
let forceLoad = true;
|
||||
let preIntercepted = false;
|
||||
let intercepted = false;
|
||||
|
@ -97,7 +97,7 @@
|
|||
name,
|
||||
{
|
||||
enumerable: true,
|
||||
configureable: true,
|
||||
configurable: true,
|
||||
get: exportFunction(function(){
|
||||
if (forceLoad){
|
||||
logging.warning("force load the settings. Calling stack:", (new Error()).stack);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue