summaryrefslogtreecommitdiff
path: root/ext/fg/js/api.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-11-25 14:35:53 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-11-26 22:06:27 -0500
commitacb70f126cd87234b442fd599061f1b7539c846b (patch)
treeaff2dabacced5f2b8aedc0a9fe4ac2076cdb48af /ext/fg/js/api.js
parentef833d2bea07cd2e979dd558eaba141f880063cb (diff)
Update unused arguments
Diffstat (limited to 'ext/fg/js/api.js')
-rw-r--r--ext/fg/js/api.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/api.js b/ext/fg/js/api.js
index f881b23d..0e100b59 100644
--- a/ext/fg/js/api.js
+++ b/ext/fg/js/api.js
@@ -113,6 +113,6 @@ function _apiInvoke(action, params={}) {
});
}
-function _apiCheckLastError(e) {
+function _apiCheckLastError() {
// NOP
}