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/app | |
parent | a2b239886eab4975d93b8be689fb321e6a0e3afa (diff) |
fixed eslint, changed header to only use 2 spaces, added missing headers to test
Diffstat (limited to 'ext/js/app')
-rw-r--r-- | ext/js/app/content-script-main.js | 2 | ||||
-rw-r--r-- | ext/js/app/frontend.js | 2 | ||||
-rw-r--r-- | ext/js/app/popup-factory.js | 2 | ||||
-rw-r--r-- | ext/js/app/popup-proxy.js | 2 | ||||
-rw-r--r-- | ext/js/app/popup-window.js | 2 | ||||
-rw-r--r-- | ext/js/app/popup.js | 2 | ||||
-rw-r--r-- | ext/js/app/theme-controller.js | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/ext/js/app/content-script-main.js b/ext/js/app/content-script-main.js index e278cfdb..0006a244 100644 --- a/ext/js/app/content-script-main.js +++ b/ext/js/app/content-script-main.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/app/frontend.js b/ext/js/app/frontend.js index 3f783eee..dc16701d 100644 --- a/ext/js/app/frontend.js +++ b/ext/js/app/frontend.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/app/popup-factory.js b/ext/js/app/popup-factory.js index 858302a7..eeb31a1b 100644 --- a/ext/js/app/popup-factory.js +++ b/ext/js/app/popup-factory.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/app/popup-proxy.js b/ext/js/app/popup-proxy.js index a5392894..e7e51ddf 100644 --- a/ext/js/app/popup-proxy.js +++ b/ext/js/app/popup-proxy.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/app/popup-window.js b/ext/js/app/popup-window.js index 9aee160a..32e8b250 100644 --- a/ext/js/app/popup-window.js +++ b/ext/js/app/popup-window.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/app/popup.js b/ext/js/app/popup.js index 442c0baf..8d140064 100644 --- a/ext/js/app/popup.js +++ b/ext/js/app/popup.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/app/theme-controller.js b/ext/js/app/theme-controller.js index 6f3184be..f8d5410b 100644 --- a/ext/js/app/theme-controller.js +++ b/ext/js/app/theme-controller.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Yomitan Authors + * Copyright (C) 2023 Yomitan Authors * Copyright (C) 2022 Yomichan Authors * * This program is free software: you can redistribute it and/or modify |