mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
oops
This commit is contained in:
parent
671057113f
commit
bac00de12b
2 changed files with 1 additions and 3 deletions
|
@ -177,7 +177,7 @@ export default function (client: ScramjetClient, self: typeof window) {
|
|||
|
||||
client.Trap("Node.prototype.ownerDocument", {
|
||||
get(ctx) {
|
||||
return self[config.rewritefn](ctx.get());
|
||||
return client.documentProxy;
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue