aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/instance.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-07-20 21:32:17 -0700
committerAlex Yatskov <alex@foosoft.net>2017-07-20 21:32:17 -0700
commita0e2d9cb721d44a89715f3a9df10135c2aebfe29 (patch)
tree0d0b50f1cfbec746cd517f471d102e63a33ad3d1 /ext/bg/js/instance.js
parentd6c2f1cc38a2490afe79b0d8e1f24ad214ee9534 (diff)
cleanup
Diffstat (limited to 'ext/bg/js/instance.js')
-rw-r--r--ext/bg/js/instance.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/instance.js b/ext/bg/js/instance.js
index 0df267cc..bf858fbf 100644
--- a/ext/bg/js/instance.js
+++ b/ext/bg/js/instance.js
@@ -18,7 +18,7 @@
function instYomi() {
- return chrome.extension.getBackgroundPage().yomichan;
+ return chrome.extension.getBackgroundPage().yomichanBackend;
}
function instDb() {