diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-09-15 21:03:58 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-09-15 21:03:58 -0700 |
commit | b969e8952c551fdc7c150dcc111eccdc90ac7408 (patch) | |
tree | 2fa21a903155412870c1807f5cc2ee8cab07f47f /ext/fg/js/popup.js | |
parent | b87611cfddf5ca0e1529b88ed1610ebe0d4657e6 (diff) |
Cleanup
Diffstat (limited to 'ext/fg/js/popup.js')
-rw-r--r-- | ext/fg/js/popup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index 930df18d..88b8e4e3 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -68,7 +68,7 @@ class Popup { doc.close(); } - sendMessage(action, params, callback) { + invokeApi(action, params) { if (this.popup !== null) { this.popup.contentWindow.postMessage({action, params}, '*'); } |