« get me outta code hell

data: Flash.withFlashAct - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data/composite/things/track
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-10-26 19:30:40 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-26 19:37:14 -0300
commit855dcdbc17831809cfb3c800d378c62186702740 (patch)
tree1063567c4d6a8c1bef286ad255be4d52a061193b /src/data/composite/things/track
parentbb646f28853399a43d52a056c86d04f6a4343932 (diff)
data: Flash.withFlashAct
Diffstat (limited to 'src/data/composite/things/track')
-rw-r--r--src/data/composite/things/track/withAlbum.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/composite/things/track/withAlbum.js b/src/data/composite/things/track/withAlbum.js
index 9c974cd1..cbd16dcd 100644
--- a/src/data/composite/things/track/withAlbum.js
+++ b/src/data/composite/things/track/withAlbum.js
@@ -2,6 +2,8 @@
 // By default, if there's no album whose list of tracks includes this track,
 // the output dependency will be null; set {notFoundMode: 'exit'} to early
 // exit instead.
+//
+// This step models with Flash.withFlashAct.
 
 import {input, templateCompositeFrom} from '#composite';
 import {is} from '#validators';