Async fix

This commit is contained in:
Alex Yatskov 2016-05-02 21:53:12 -07:00
parent 0ed936438c
commit 2b3550bd33

View File

@ -58,6 +58,7 @@ class Yomichan {
}; };
handlers[action].call(this, data); handlers[action].call(this, data);
return true;
} }
onBrowserAction(tab) { onBrowserAction(tab) {