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