diff options
Diffstat (limited to 'ext/mixed/js/api.js')
-rw-r--r-- | ext/mixed/js/api.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js index 63b3a3c0..701caba8 100644 --- a/ext/mixed/js/api.js +++ b/ext/mixed/js/api.js @@ -77,8 +77,8 @@ const api = (() => { return this._invoke('kanjiFind', {text, optionsContext}); } - definitionAdd(definition, mode, context, details, optionsContext) { - return this._invoke('definitionAdd', {definition, mode, context, details, optionsContext}); + definitionAdd(definition, mode, context, ownerFrameId, optionsContext) { + return this._invoke('definitionAdd', {definition, mode, context, ownerFrameId, optionsContext}); } definitionsAddable(definitions, modes, context, optionsContext) { |