diff options
Diffstat (limited to 'main_background.js')
-rw-r--r-- | main_background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main_background.js b/main_background.js index 76cc8c4..f947657 100644 --- a/main_background.js +++ b/main_background.js @@ -889,7 +889,7 @@ async function init_addon() { // export testable functions to the global scope this.LibreJS = { editHtml, - handle_script: handleScript, + handleScript, ExternalLicenses, ListManager, ListStore, Storage, }; |