1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-06 00:24:48 +01:00

remove semi

This commit is contained in:
Nolan Lawson 2018-02-08 22:44:05 -08:00
parent 39ffabb785
commit 85ef4f7fd5

View File

@ -63,7 +63,7 @@
methods: {
onGoBack(e) {
e.preventDefault()
window.history.back();
window.history.back()
}
}
}