diff options
author | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-22 23:59:35 -0600 |
---|---|---|
committer | Austin Siew <17107540+Aquafina-water-bottle@users.noreply.github.com> | 2023-03-22 23:59:35 -0600 |
commit | a14251ea2b2b77b94fa5436b8c055a99c5f66e95 (patch) | |
tree | afffa86f0eca551154e9ebdc04b4a13a0c8431da /ext/js/media | |
parent | a2b239886eab4975d93b8be689fb321e6a0e3afa (diff) |
fixed eslint, changed header to only use 2 spaces, added missing headers to test
Diffstat (limited to 'ext/js/media')
-rw-r--r-- | ext/js/media/audio-downloader.js | 2 | ||||
-rw-r--r-- | ext/js/media/audio-system.js | 2 | ||||
-rw-r--r-- | ext/js/media/media-util.js | 2 | ||||
-rw-r--r-- | ext/js/media/text-to-speech-audio.js | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/js/media/audio-downloader.js b/ext/js/media/audio-downloader.js index 15ea5116..32048553 100644 --- a/ext/js/media/audio-downloader.js +++ b/ext/js/media/audio-downloader.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2017-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/media/audio-system.js b/ext/js/media/audio-system.js index d0848abd..eb20bac6 100644 --- a/ext/js/media/audio-system.js +++ b/ext/js/media/audio-system.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2019-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/media/media-util.js b/ext/js/media/media-util.js index e02cc391..f62baba2 100644 --- a/ext/js/media/media-util.js +++ b/ext/js/media/media-util.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/media/text-to-speech-audio.js b/ext/js/media/text-to-speech-audio.js index 51228f1c..35a0b9b1 100644 --- a/ext/js/media/text-to-speech-audio.js +++ b/ext/js/media/text-to-speech-audio.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2020-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify |