fix oldurl property

This commit is contained in:
Percs 2025-04-28 12:46:39 -05:00 committed by GitHub
parent 66ba606af3
commit f68f9ac732
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,8 +46,8 @@ export default function (client: ScramjetClient, self: Self) {
}, },
}, },
hashchange: { hashchange: {
oldUrl() { oldURL() {
return unrewriteUrl(this.oldUrl); return unrewriteUrl(this.oldURL);
}, },
newURL() { newURL() {
return unrewriteUrl(this.newURL); return unrewriteUrl(this.newURL);