mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 04:40:20 +01:00
parent
3eedc7b7dc
commit
00e60074c3
@ -215,7 +215,7 @@
|
||||
return original.apply(thisArg, args);
|
||||
}
|
||||
catch (error){
|
||||
return target.apply(thisArg, args);
|
||||
return scope.getWrapped(target).apply(thisArg, args);
|
||||
}
|
||||
}
|
||||
}, window, "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user