diff options
Diffstat (limited to 'ext/fg/js/util.js')
| -rw-r--r-- | ext/fg/js/util.js | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/fg/js/util.js b/ext/fg/js/util.js index c6270ce6..e1b0e080 100644 --- a/ext/fg/js/util.js +++ b/ext/fg/js/util.js @@ -62,6 +62,9 @@ function bgDefinitionAdd(definition, mode) {      return bgInvoke('definitionAdd', {definition, mode});  } +function bgNoteView(noteId) { +    return bgInvoke('noteView', {noteId}); +}  /*   * Document  |