diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-24 22:44:19 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-24 22:44:19 -0700 |
commit | eed630e9fa3c62610bda356e9c76393e70c1a08c (patch) | |
tree | f62eef3ee1c24d3ec89fa6192941a7f6e4e1557b /ext/bg/js/backend.js | |
parent | 32680c58b895e4c781cfb2f51a97fbff42e111b0 (diff) |
cleanup
Diffstat (limited to 'ext/bg/js/backend.js')
-rw-r--r-- | ext/bg/js/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/backend.js b/ext/bg/js/backend.js index e977735e..0615ffae 100644 --- a/ext/bg/js/backend.js +++ b/ext/bg/js/backend.js @@ -40,6 +40,6 @@ class Backend { static instance() { return chrome.extension.getBackgroundPage().yomichanBackend; } -}; +} window.yomichanBackend = new Backend(); |