mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 07:20:02 -04:00
fuck ecma bro
This commit is contained in:
parent
780dc005f3
commit
0a7c48b40c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function createLocation() {
|
||||||
return loc;
|
return loc;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const locationProxy = new Proxy(window.location, {
|
export const locationProxy = new Proxy({}, {
|
||||||
get(target, prop) {
|
get(target, prop) {
|
||||||
const loc = createLocation();
|
const loc = createLocation();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue