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