mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 12:36:37 +02:00
parent
b91d2f17b1
commit
7f1fe0ed1c
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue