« get me outta code hell

content: generateExternal{Handle,Platform} - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateExternalIcon.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-06-18 09:25:11 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-18 22:56:15 -0300
commit67ac2e5eb60380d1c354ebf578e57a1f944c15c9 (patch)
tree30762f503feeb38745fdfff7ed9756fe492d04e6 /src/content/dependencies/generateExternalIcon.js
parente3533fb6db18cedb7b89d68221733a28595c65b4 (diff)
content: generateExternal{Handle,Platform}
Diffstat (limited to 'src/content/dependencies/generateExternalIcon.js')
-rw-r--r--src/content/dependencies/generateExternalIcon.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/content/dependencies/generateExternalIcon.js b/src/content/dependencies/generateExternalIcon.js
index cb65a00a..9f65a275 100644
--- a/src/content/dependencies/generateExternalIcon.js
+++ b/src/content/dependencies/generateExternalIcon.js
@@ -7,9 +7,6 @@ export default {
 
   slots: {
     context: {
-      // This awkward syntax is because the slot descriptor validator can't
-      // differentiate between a function that returns a validator (the usual
-      // syntax) and a function that is itself a validator.
       validate: () => isExternalLinkContext,
       default: 'generic',
     },