mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 06:20:02 -04:00
chore: remove FAKE todo
This commit is contained in:
parent
0f8b43fbee
commit
ab3d84d987
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ export default function (client: ScramjetClient, self: Self) {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO! window.event not proxied
|
|
||||||
|
|
||||||
function wraplistener(listener: (...args: any) => any) {
|
function wraplistener(listener: (...args: any) => any) {
|
||||||
return new Proxy(listener, {
|
return new Proxy(listener, {
|
||||||
apply(target, thisArg, argArray) {
|
apply(target, thisArg, argArray) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue