aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/js/api.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-07 19:51:39 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-07 19:51:39 -0400
commita2b66dc6cc3bd0d037c050eb49e270189a6617fb (patch)
tree201f8ff119c72863c4d273b0b16b7317982d05d9 /ext/mixed/js/api.js
parent96566b8581549adba7cd24f37537fd7910eb8d37 (diff)
Rename apiForward to apiBroadcast
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 feec94df..d28e3ab6 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 apiForward(action, params) {
- return _apiInvoke('forward', {action, params});
+function apiBroadcast(action, params) {
+ return _apiInvoke('broadcast', {action, params});
}
function apiFrameInformationGet() {