diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-10 22:30:36 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-10 22:40:35 -0400 |
commit | 64fc0349a17c16355491fac4fc6830b7e68a0e58 (patch) | |
tree | 4e4276f08d14fe7a37e21f3df662164d2a382736 /ext/bg/js/settings/backup.js | |
parent | 5837d273f6a84dba9d64d67d14c580dcf1dd6992 (diff) |
Update global declarations
Diffstat (limited to 'ext/bg/js/settings/backup.js')
-rw-r--r-- | ext/bg/js/settings/backup.js | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/ext/bg/js/settings/backup.js b/ext/bg/js/settings/backup.js index daa08c61..21417dfb 100644 --- a/ext/bg/js/settings/backup.js +++ b/ext/bg/js/settings/backup.js @@ -16,9 +16,17 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -/*global apiOptionsGetFull, apiGetEnvironmentInfo, apiGetDefaultAnkiFieldTemplates -utilBackend, utilIsolate, utilBackgroundIsolate, utilReadFileArrayBuffer -optionsGetDefault, optionsUpdateVersion*/ +/* global + * apiGetDefaultAnkiFieldTemplates + * apiGetEnvironmentInfo + * apiOptionsGetFull + * optionsGetDefault + * optionsUpdateVersion + * utilBackend + * utilBackgroundIsolate + * utilIsolate + * utilReadFileArrayBuffer + */ // Exporting |