aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/js/api.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-10 20:00:18 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-10 20:00:18 -0400
commita296c758b95b428777548f5aada1be13429faf03 (patch)
tree7b6e63283f6de1eb3e55947a059136916130a834 /ext/mixed/js/api.js
parentc88ec43ad1523fefaa47b6e46dd0fa95f342559c (diff)
apiBroadcast => apiBroadcastTab
Diffstat (limited to 'ext/mixed/js/api.js')
-rw-r--r--ext/mixed/js/api.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js
index d28e3ab6..83a4a403 100644
--- a/ext/mixed/js/api.js
+++ b/ext/mixed/js/api.js
@@ -81,8 +81,8 @@ function apiScreenshotGet(options) {
return _apiInvoke('screenshotGet', {options});
}
-function apiBroadcast(action, params) {
- return _apiInvoke('broadcast', {action, params});
+function apiBroadcastTab(action, params) {
+ return _apiInvoke('broadcastTab', {action, params});
}
function apiFrameInformationGet() {