mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
parent
5cec9781c2
commit
067ec6954c
1 changed files with 7 additions and 0 deletions
|
@ -99,6 +99,13 @@
|
||||||
else {
|
else {
|
||||||
return original;
|
return original;
|
||||||
}
|
}
|
||||||
|
}, window),
|
||||||
|
set: exportFunction(function(value){
|
||||||
|
Object.defineProperty(
|
||||||
|
constructor.prototype,
|
||||||
|
name,
|
||||||
|
{value}
|
||||||
|
);
|
||||||
}, window)
|
}, window)
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue