mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Typos and linting
This commit is contained in:
parent
f873bd84e5
commit
4a043b2c78
16 changed files with 101 additions and 75 deletions
|
@ -376,7 +376,7 @@
|
|||
return foundDefinition.set(...args);
|
||||
}
|
||||
else {
|
||||
logging.error("Try to set unkown setting:", name);
|
||||
logging.error("Try to set unknown setting:", name);
|
||||
}
|
||||
};
|
||||
scope.get = function(name, ...args){
|
||||
|
@ -385,7 +385,7 @@
|
|||
return foundDefinition.get(...args);
|
||||
}
|
||||
else {
|
||||
logging.error("Try to get unkown setting:", name);
|
||||
logging.error("Try to get unknown setting:", name);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue