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/language | |
parent | a2b239886eab4975d93b8be689fb321e6a0e3afa (diff) |
fixed eslint, changed header to only use 2 spaces, added missing headers to test
Diffstat (limited to 'ext/js/language')
-rw-r--r-- | ext/js/language/deinflector.js | 2 | ||||
-rw-r--r-- | ext/js/language/dictionary-database.js | 2 | ||||
-rw-r--r-- | ext/js/language/dictionary-importer-media-loader.js | 2 | ||||
-rw-r--r-- | ext/js/language/dictionary-importer.js | 2 | ||||
-rw-r--r-- | ext/js/language/dictionary-worker-handler.js | 2 | ||||
-rw-r--r-- | ext/js/language/dictionary-worker-main.js | 2 | ||||
-rw-r--r-- | ext/js/language/dictionary-worker-media-loader.js | 2 | ||||
-rw-r--r-- | ext/js/language/dictionary-worker.js | 2 | ||||
-rw-r--r-- | ext/js/language/sandbox/dictionary-data-util.js | 2 | ||||
-rw-r--r-- | ext/js/language/sandbox/japanese-util.js | 2 | ||||
-rw-r--r-- | ext/js/language/text-scanner.js | 2 | ||||
-rw-r--r-- | ext/js/language/translator.js | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/ext/js/language/deinflector.js b/ext/js/language/deinflector.js index 28486507..b11aa918 100644 --- a/ext/js/language/deinflector.js +++ b/ext/js/language/deinflector.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2016-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/language/dictionary-database.js b/ext/js/language/dictionary-database.js index f1433d87..9f2b9e45 100644 --- a/ext/js/language/dictionary-database.js +++ b/ext/js/language/dictionary-database.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2016-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/language/dictionary-importer-media-loader.js b/ext/js/language/dictionary-importer-media-loader.js index 2eefeb2c..4024d0b3 100644 --- a/ext/js/language/dictionary-importer-media-loader.js +++ b/ext/js/language/dictionary-importer-media-loader.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/language/dictionary-importer.js b/ext/js/language/dictionary-importer.js index c4d417ff..718d9f1c 100644 --- a/ext/js/language/dictionary-importer.js +++ b/ext/js/language/dictionary-importer.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/language/dictionary-worker-handler.js b/ext/js/language/dictionary-worker-handler.js index 5fc01a8d..0e3e8495 100644 --- a/ext/js/language/dictionary-worker-handler.js +++ b/ext/js/language/dictionary-worker-handler.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/language/dictionary-worker-main.js b/ext/js/language/dictionary-worker-main.js index f2de563e..cbb3247c 100644 --- a/ext/js/language/dictionary-worker-main.js +++ b/ext/js/language/dictionary-worker-main.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/language/dictionary-worker-media-loader.js b/ext/js/language/dictionary-worker-media-loader.js index 39ddb793..d2ef4fae 100644 --- a/ext/js/language/dictionary-worker-media-loader.js +++ b/ext/js/language/dictionary-worker-media-loader.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/language/dictionary-worker.js b/ext/js/language/dictionary-worker.js index 378adaf7..b415a346 100644 --- a/ext/js/language/dictionary-worker.js +++ b/ext/js/language/dictionary-worker.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2021-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify diff --git a/ext/js/language/sandbox/dictionary-data-util.js b/ext/js/language/sandbox/dictionary-data-util.js index e8e31ceb..323076e8 100644 --- a/ext/js/language/sandbox/dictionary-data-util.js +++ b/ext/js/language/sandbox/dictionary-data-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/language/sandbox/japanese-util.js b/ext/js/language/sandbox/japanese-util.js index aeacadf4..eee70f9c 100644 --- a/ext/js/language/sandbox/japanese-util.js +++ b/ext/js/language/sandbox/japanese-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/language/text-scanner.js b/ext/js/language/text-scanner.js index 12befc62..6fa7a454 100644 --- a/ext/js/language/text-scanner.js +++ b/ext/js/language/text-scanner.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/language/translator.js b/ext/js/language/translator.js index c7839515..edb38bfb 100644 --- a/ext/js/language/translator.js +++ b/ext/js/language/translator.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2016-2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify |