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/accessibility | |
parent | a2b239886eab4975d93b8be689fb321e6a0e3afa (diff) |
fixed eslint, changed header to only use 2 spaces, added missing headers to test
Diffstat (limited to 'ext/js/accessibility')
-rw-r--r-- | ext/js/accessibility/accessibility-controller.js | 2 | ||||
-rw-r--r-- | ext/js/accessibility/google-docs-util.js | 2 | ||||
-rw-r--r-- | ext/js/accessibility/google-docs.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/js/accessibility/accessibility-controller.js b/ext/js/accessibility/accessibility-controller.js index 2f6d241f..1ca8da2c 100644 --- a/ext/js/accessibility/accessibility-controller.js +++ b/ext/js/accessibility/accessibility-controller.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/accessibility/google-docs-util.js b/ext/js/accessibility/google-docs-util.js index 0ef58eac..3d9818ef 100644 --- a/ext/js/accessibility/google-docs-util.js +++ b/ext/js/accessibility/google-docs-util.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 diff --git a/ext/js/accessibility/google-docs.js b/ext/js/accessibility/google-docs.js index 4c3b909f..f9290078 100644 --- a/ext/js/accessibility/google-docs.js +++ b/ext/js/accessibility/google-docs.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 |