diff options
Diffstat (limited to 'ext/fg/js')
| -rw-r--r-- | ext/fg/js/api.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ext/fg/js/api.js b/ext/fg/js/api.js index 2294cb8b..b0746b85 100644 --- a/ext/fg/js/api.js +++ b/ext/fg/js/api.js @@ -49,8 +49,8 @@ function apiAudioGetUrl(definition, source, optionsContext) {      return utilInvoke('audioGetUrl', {definition, source, optionsContext});  } -function apiCommandExec(command) { -    return utilInvoke('commandExec', {command}); +function apiCommandExec(command, params) { +    return utilInvoke('commandExec', {command, params});  }  function apiScreenshotGet(options) { |