mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-08 05:49:49 -06:00
docs(backend_api): set proper module name
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/**
|
||||
* @module "Backend Script API"
|
||||
*
|
||||
* The backend script API is accessible to code notes with the "JS (backend)" language.
|
||||
*
|
||||
* All the variables listed are globally accessible to the script.
|
||||
*
|
||||
* @module Backend Script API
|
||||
*/
|
||||
|
||||
import BNote from "../becca/entities/bnote.js";
|
||||
|
||||
Reference in New Issue
Block a user