mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
parent
b91d2f17b1
commit
7f1fe0ed1c
@ -290,7 +290,10 @@
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
descriptor.get = exportFunction(function(){
|
descriptor.get = exportFunction(function(){
|
||||||
return changedFunction.fakeGenerator(checker);
|
return exportFunction(
|
||||||
|
changedFunction.fakeGenerator(checker),
|
||||||
|
window
|
||||||
|
);
|
||||||
}, window);
|
}, window);
|
||||||
}
|
}
|
||||||
Object.defineProperty(constructor.prototype, name, descriptor);
|
Object.defineProperty(constructor.prototype, name, descriptor);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user