Мелкий рефакторинг

This commit is contained in:
Book Pauk
2019-03-24 11:24:54 +07:00
parent 3f6b468021
commit b1937eb8c0

View File

@@ -314,7 +314,6 @@ class Reader extends Vue {
this.$refs.historyPage.updateTableData();
}
(async() => {
const oldBook = this.mostRecentBookReactive;
const newBook = bookManager.mostRecentBook();
@@ -337,7 +336,6 @@ class Reader extends Vue {
} else {
this.debouncedSaveRecent();
}
})();
}
}