cleanup
This commit is contained in:
parent
d6c2f1cc38
commit
a0e2d9cb72
@ -21,6 +21,6 @@
|
||||
<script src="/bg/js/database.js"></script>
|
||||
<script src="/bg/js/deinflector.js"></script>
|
||||
<script src="/bg/js/translator.js"></script>
|
||||
<script src="/bg/js/yomichan.js"></script>
|
||||
<script src="/bg/js/backend.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
|
||||
window.yomichan = new class {
|
||||
window.yomichanBackend = new class {
|
||||
constructor() {
|
||||
handlebarsRegister();
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
function instYomi() {
|
||||
return chrome.extension.getBackgroundPage().yomichan;
|
||||
return chrome.extension.getBackgroundPage().yomichanBackend;
|
||||
}
|
||||
|
||||
function instDb() {
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
|
||||
window.frontend = new class {
|
||||
window.yomichanFrontend = new class {
|
||||
constructor() {
|
||||
this.popup = new Popup();
|
||||
this.popupTimer = null;
|
||||
|
Loading…
Reference in New Issue
Block a user