mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
fix oldurl property
This commit is contained in:
parent
66ba606af3
commit
f68f9ac732
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue