summaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-05-02 21:53:12 -0700
committerAlex Yatskov <alex@foosoft.net>2016-05-02 21:53:12 -0700
commit2b3550bd337381ba602df9d89e143e2927df9797 (patch)
tree9e141a0582782b2f916e6bcae59f522c1d16d000 /ext/bg/js/yomichan.js
parent0ed936438c655c300a078d227f36af4ecf95824e (diff)
Async fix
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js
index 207ab4d5..e6d0acc4 100644
--- a/ext/bg/js/yomichan.js
+++ b/ext/bg/js/yomichan.js
@@ -58,6 +58,7 @@ class Yomichan {
};
handlers[action].call(this, data);
+ return true;
}
onBrowserAction(tab) {