mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
5932ac2292
commit
8b9197a68a
17 changed files with 356 additions and 211 deletions
|
@ -13,12 +13,6 @@
|
|||
scope = window.scope.modifiedAPIFunctions;
|
||||
}
|
||||
|
||||
|
||||
|
||||
scope.hasType = function hasType(status, type){
|
||||
return status.type.indexOf(type) !== -1;
|
||||
};
|
||||
|
||||
scope.checkerWrapper = function checkerWrapper(checker, object, args, callback){
|
||||
const check = checker.call(object);
|
||||
if (check.allow){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue