diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-19 14:26:44 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-19 14:26:44 -0400 |
commit | 3c8eb9eee009ebe265fbae3f7d7ac0d74fcbdd94 (patch) | |
tree | 96e682315e5a3381f05e6dde1cca91d216b13caa /ext/bg/js/backend.js | |
parent | 6c93d1984fbfe4fc21df4d0675fb4a82f2991ea3 (diff) |
Create background-main.js
Diffstat (limited to 'ext/bg/js/backend.js')
-rw-r--r-- | ext/bg/js/backend.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js index 8a19203f..d23fda10 100644 --- a/ext/bg/js/backend.js +++ b/ext/bg/js/backend.js @@ -1054,6 +1054,3 @@ class Backend { } } } - -window.yomichanBackend = new Backend(); -window.yomichanBackend.prepare(); |