remove semi

This commit is contained in:
Nolan Lawson 2018-02-08 22:44:05 -08:00
parent 39ffabb785
commit 85ef4f7fd5
1 changed files with 1 additions and 1 deletions

View File

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